summaryrefslogtreecommitdiffstats
path: root/dzil/profiles/default/root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-26 21:20:43 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 21:22:14 -0500
commit94d56e634a0313e8c1b35dafac691837d3f79286 (patch)
tree8b8149472483a1f7b4351aeeae0712ddbd6cb3c0 /dzil/profiles/default/root/.travis.yml
parenta5891372213703045632f4b89dc1253a13ccb6b5 (diff)
downloadconf-94d56e634a0313e8c1b35dafac691837d3f79286.tar.gz
conf-94d56e634a0313e8c1b35dafac691837d3f79286.zip
realistically i'm not going back to perl development
Diffstat (limited to 'dzil/profiles/default/root/.travis.yml')
-rw-r--r--dzil/profiles/default/root/.travis.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/dzil/profiles/default/root/.travis.yml b/dzil/profiles/default/root/.travis.yml
deleted file mode 100644
index 44f4b71..0000000
--- a/dzil/profiles/default/root/.travis.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-language: perl
-perl:
- - "5.22"
- - "5.20"
- - "5.18"
- - "5.16"
- - "5.14"
-install:
- - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false)
- - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
- - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false)
-script:
- - dzil test --all