summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 21:59:40 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 21:59:40 -0500
commit28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e (patch)
tree6752a57970ae410056ceb6f1968b452c4ca13f33 /.travis.yml
parentfa32acdfbbe028994198b0cac09b5d2267c39988 (diff)
downloadclass-refresh-28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e.tar.gz
class-refresh-28a1c5f4915c1dd0551c9cce78c2d43b19e65e0e.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