summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-22 02:08:13 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-22 02:14:00 -0400
commit175a32a6f6baf77468788e28ff9a2076812187b5 (patch)
treee5648dffb27c8f1cf35120352150dd0bc52bdcda /.travis.yml
parent7e101392f826c6fb8a6980028ff94eab61ba8f55 (diff)
downloaddevel-completestatement-master.tar.gz
devel-completestatement-master.zip
packagingHEADmaster
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..1354d5e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: perl
+perl:
+ - "5.19"
+ - "5.18"
+ - "5.16"
+install:
+ - 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