summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-30 15:22:04 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-30 15:22:04 -0400
commit30ed98b40ae364a4611d069119d049a3770d20b8 (patch)
tree161c4ea4b7e47cd5019dc15f05bb07e1d7038fa9 /.travis.yml
parent64c79c0fb41267ff6bc801b0840cc2a008b4261a (diff)
downloadcatalyst-view-spreadsheet-template-30ed98b40ae364a4611d069119d049a3770d20b8.tar.gz
catalyst-view-spreadsheet-template-30ed98b40ae364a4611d069119d049a3770d20b8.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