]> git.saurik.com Git - apt.git/blob - triehash/.travis.yml
c66ea96973873eff69f45a95eaa4c1d7e2864078
[apt.git] / triehash / .travis.yml
1 language: perl
2 perl:
3 - "5.24"
4 - "5.22"
5 - "5.20"
6 - "5.18"
7 - "5.16"
8 - "5.14"
9 install:
10 - cpanm --quiet --notest --skip-satisfied Devel::Cover Devel::Cover::Report::Codecov
11 script:
12 - ./tests/run-tests.sh
13 after_script:
14 - cover -report codecov