summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 15:36:12 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 15:36:12 -0400
commite1aa57208dbdf57d067496f6daaccfe5223c480e (patch)
tree51477fe8ece25ca07e360f7202ca43c4a2aed9ca
parent645c313644253a3b27b17bc2446ffa1effa3c644 (diff)
downloadreply-e1aa57208dbdf57d067496f6daaccfe5223c480e.tar.gz
reply-e1aa57208dbdf57d067496f6daaccfe5223c480e.zip
fix travis
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 34670d3..655229f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,8 @@ perl:
- "5.12"
- "5.10"
install:
- - cpanm -q --notest Dist::Zilla || cat /home/travis/.cpanm/build.log
- - dzil authordeps --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
- - dzil listdeps --author --missing | cpanm -q --notest || cat /home/travis/.cpanm/build.log
+ - 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