From bb7a5524d6aced5dc52aeda0a424180d49365fa0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 11 May 2015 17:13:50 -0400 Subject: packaging --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 69dc335..e649e7e 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; 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 -- cgit v1.2.3-54-g00ecf