summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-26 02:05:41 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-26 02:05:41 -0400
commitab2b19e41c39205cac778b4ecfb96d57cf181ee4 (patch)
treea999c1ad7ba7d7fcdd111241936996e1b2125d04
parent37df3760ab4de8090fd56ed421bad9231e346186 (diff)
downloadwww-pocket-ab2b19e41c39205cac778b4ecfb96d57cf181ee4.tar.gz
www-pocket-ab2b19e41c39205cac778b4ecfb96d57cf181ee4.zip
fix travis
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f133b..e649e7e 100644
--- a/.travis.yml
+++ b/.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