From 6852b6db44b6ba4e6d285844c832fa06c63c250d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 3 Sep 2013 02:11:46 -0400 Subject: show build.log on travis errors --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf