diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 10:46:40 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-03-11 11:15:20 +0100 |
commit | f741491272812ce20764eef0bcb1917beda3f309 (patch) | |
tree | d58d6669175eda43357b1172fd57de0a018f6ff1 /triehash/.travis.yml | |
parent | 1ab5b42353d2510d051731b4318564d3a7ddaaf7 (diff) |
Use system-provided triehash
Diffstat (limited to 'triehash/.travis.yml')
-rw-r--r-- | triehash/.travis.yml | 14 |
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 |