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