[libbread-board-perl] 45/66: show cpanm log on dependency errors

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 21:23:38 UTC 2013


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libbread-board-perl.

commit f15b0c28933cc56c14ea3d84256a3b267cfd0f83
Author: Jesse Luehrs <doy at tozt.net>
Date:   Wed Aug 28 18:08:40 2013 -0400

    show cpanm log on dependency errors
---
 .travis.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e9f133b..476c25c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ perl:
     - "5.10"
 install:
     - cpanm -q --notest Dist::Zilla
-    - dzil authordeps --missing | cpanm -q --notest
-    - dzil listdeps --author --missing | cpanm -q --notest
+    - 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libbread-board-perl.git



More information about the Pkg-perl-cvs-commits mailing list