summaryrefslogtreecommitdiff
path: root/triehash/.travis.yml
blob: c66ea96973873eff69f45a95eaa4c1d7e2864078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: perl
perl:
  - "5.24"
  - "5.22"
  - "5.20"
  - "5.18"
  - "5.16"
  - "5.14"
install:
  - cpanm --quiet --notest --skip-satisfied Devel::Cover Devel::Cover::Report::Codecov
script:
  - ./tests/run-tests.sh
after_script:
  - cover -report codecov