diff options
Diffstat (limited to 'triehash/.travis.yml')
-rw-r--r-- | triehash/.travis.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/triehash/.travis.yml b/triehash/.travis.yml new file mode 100644 index 000000000..c66ea9697 --- /dev/null +++ b/triehash/.travis.yml @@ -0,0 +1,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 |