]> git.saurik.com Git - apt.git/blame - triehash/.travis.yml
Don't download "optional" files not in Release :/.
[apt.git] / triehash / .travis.yml
CommitLineData
e07f3d5a
JAK
1language: perl
2perl:
3 - "5.24"
4 - "5.22"
5 - "5.20"
6 - "5.18"
7 - "5.16"
8 - "5.14"
9install:
10 - cpanm --quiet --notest --skip-satisfied Devel::Cover Devel::Cover::Report::Codecov
11script:
12 - ./tests/run-tests.sh
13after_script:
14 - cover -report codecov