summaryrefslogtreecommitdiffstats
path: root/dzil/profiles/default/root/.travis.yml
diff options
context:
space:
mode:
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