summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 15:36:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 15:36:43 -0400
commit0978edd16cccd3c9f0c9a1036a95d1c99ec4d05f (patch)
tree44875cf31e641324c06d02badc6e962b4c3ff113
parent6852b6db44b6ba4e6d285844c832fa06c63c250d (diff)
downloaddist-zilla-pluginbundle-doy-0978edd16cccd3c9f0c9a1036a95d1c99ec4d05f.tar.gz
dist-zilla-pluginbundle-doy-0978edd16cccd3c9f0c9a1036a95d1c99ec4d05f.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