summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 01:22:24 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 01:25:09 -0400
commit29e46e95343b5791050b9f840bb2f2020a821733 (patch)
treedf54992da31ed3ac4021bc665febe33300d67e89 /.travis.yml
parenta62c3512cf2c90f69520d41344d6cb91a503bf7c (diff)
downloaddist-zilla-pluginbundle-doy-29e46e95343b5791050b9f840bb2f2020a821733.tar.gz
dist-zilla-pluginbundle-doy-29e46e95343b5791050b9f840bb2f2020a821733.zip
updates
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e9f133b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: perl
+perl:
+ - "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
+script:
+ - dzil test --all