summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-10 11:08:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-10 11:08:43 -0400
commit06d87eb55f3803045e678b34b2127ec537f6f616 (patch)
tree481e3578265d29dbca81817c170175c1a22797e8
parentc283edeea67cbab767c5820acdc40f2f90c9cf4b (diff)
downloadparse-keyword-06d87eb55f3803045e678b34b2127ec537f6f616.tar.gz
parse-keyword-06d87eb55f3803045e678b34b2127ec537f6f616.zip
update travis config
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5fa3673..edf9be0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ perl:
- "5.16"
- "5.14"
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