changelog
[p5sagit/Try-Tiny.git] / .travis.yml
index e9f133b..655229f 100644 (file)
@@ -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