summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-03 16:12:59 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-03 16:16:42 -0400
commit939c4f34daaffd5c9159f30369d01f5854accb94 (patch)
treee4b6710826ed87fe1f2d4adc1c59f299b94fdd36 /.travis.yml
parent014b26c45a4471fcd526572376b5a4602b40a30d (diff)
downloadbread-board-declare-939c4f34daaffd5c9159f30369d01f5854accb94.tar.gz
bread-board-declare-939c4f34daaffd5c9159f30369d01f5854accb94.zip
packaging
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 61e98d0..655229f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,14 @@
language: perl
perl:
- - "5.17"
+ - "5.19"
+ - "5.18"
- "5.16"
- "5.14"
- "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