diff options
author | Julian Andres Klode <jak@debian.org> | 2016-11-22 22:57:46 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-11-22 22:57:46 +0100 |
commit | e07f3d5a9ed2870a0e2909cc1e5e55e826086c53 (patch) | |
tree | 74494904dc84d7b542e5254a92255df1ba68444f /triehash/.travis.yml | |
parent | 45ecab4458c4015b7635042064165c229e099c28 (diff) | |
parent | e2073b0276226b625897ef475f225bf8f508719e (diff) |
Merge commit 'e2073b0276226b625897ef475f225bf8f508719e' as 'triehash'
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 |