summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-29 15:46:41 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-29 15:47:25 -0400
commit7bf2a6f489e2ae9e932ba07c5d2ac1591c9a0ce7 (patch)
tree1f1203a29b88121244cc070ff61634870609a2f5 /dzil
parent82a8e7d9ad95665db600bc14b1806b73b683bbac (diff)
downloadconf-7bf2a6f489e2ae9e932ba07c5d2ac1591c9a0ce7.tar.gz
conf-7bf2a6f489e2ae9e932ba07c5d2ac1591c9a0ce7.zip
fix base dzil config
Diffstat (limited to 'dzil')
-rw-r--r--dzil/profiles/default/root/.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dzil/profiles/default/root/.travis.yml b/dzil/profiles/default/root/.travis.yml
index e9f133b..e649e7e 100644
--- a/dzil/profiles/default/root/.travis.yml
+++ b/dzil/profiles/default/root/.travis.yml
@@ -1,14 +1,14 @@
language: perl
perl:
- - "5.19"
+ - "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
install:
- - cpanm -q --notest Dist::Zilla
- - dzil authordeps --missing | cpanm -q --notest
- - dzil listdeps --author --missing | cpanm -q --notest
+ - 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