summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 17:43:53 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 17:43:53 -0400
commit2e05bc46b0f06391be78de521a957bcf6456803f (patch)
tree6d7c2cbe4668e1e855ec56fbdb0f0a6f9a9555fd /.travis.yml
parentc8209d64e218121ca2da03be4a3a57d44bfb6383 (diff)
downloadspreadsheet-template-2e05bc46b0f06391be78de521a957bcf6456803f.tar.gz
spreadsheet-template-2e05bc46b0f06391be78de521a957bcf6456803f.zip
packaging
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e9f133b..655229f 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