summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-07-04 17:33:43 -0400
committerJesse Luehrs <doy@tozt.net>2014-07-04 17:34:11 -0400
commit75a703d260a6b3c594d23bcb2de770936883e8c4 (patch)
tree90e91f85cfbbe2e618e25913479c102fd04549d7 /.travis.yml
parent23957a8aeefe6782efede788aea2c9ad84a771a1 (diff)
downloadpackage-stash-xs-75a703d260a6b3c594d23bcb2de770936883e8c4.tar.gz
package-stash-xs-75a703d260a6b3c594d23bcb2de770936883e8c4.zip
packaging stuff
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