summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 14:01:08 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 14:01:08 -0400
commit645c313644253a3b27b17bc2446ffa1effa3c644 (patch)
tree2bf12840fbc1a5b5bb380341d82d5017dd776ecf /.travis.yml
parent6833d997f35dfa7b90cf513cffd3e4d45590651d (diff)
downloadreply-645c313644253a3b27b17bc2446ffa1effa3c644.tar.gz
reply-645c313644253a3b27b17bc2446ffa1effa3c644.zip
packaging updates
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f133b..34670d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ perl:
- "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
+ - dzil authordeps --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
+ - dzil listdeps --author --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
script:
- dzil test --all