summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-05 10:59:33 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-05 10:59:33 -0400
commit83cf787d460b20d5f56218243b4c37d7d048bf98 (patch)
tree1ffdc0fa7ebff8a14b5ec44b1732beb5ef20a8ea /.travis.yml
parentac2070ff3347eb40a3469ae2f3e5b2d5f91d6cf5 (diff)
downloadspreadsheet-parsexlsx-83cf787d460b20d5f56218243b4c37d7d048bf98.tar.gz
spreadsheet-parsexlsx-83cf787d460b20d5f56218243b4c37d7d048bf98.zip
travis
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