summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 02:11:46 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 02:11:46 -0400
commit6852b6db44b6ba4e6d285844c832fa06c63c250d (patch)
tree450b15be8f32e75f98be6d5d9565abd7aa32f7f6
parentb8fcdd7968b1b554e43dff76a293f80f3d441166 (diff)
downloaddist-zilla-pluginbundle-doy-6852b6db44b6ba4e6d285844c832fa06c63c250d.tar.gz
dist-zilla-pluginbundle-doy-6852b6db44b6ba4e6d285844c832fa06c63c250d.zip
show build.log on travis errors
-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