summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-12 01:44:32 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-12 01:44:32 -0400
commitba085b803d32d8c91074239ea61697fe816528c5 (patch)
treec65dd62316bf7430addb6b33d5d23affa26556c1
parentf0c0f74f0ac9e6c860b32534667a96e724361037 (diff)
downloadwww-pinboard-ba085b803d32d8c91074239ea61697fe816528c5.tar.gz
www-pinboard-ba085b803d32d8c91074239ea61697fe816528c5.zip
update 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