summaryrefslogtreecommitdiffstats
path: root/dzil
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-24 10:40:20 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-24 10:40:43 -0400
commit80dacfbc1ebdd2528755de38f0333d267d6811b0 (patch)
tree21313147c3488a1183d86f234e102a38a6de33cb /dzil
parent96e03ca10062d93e6515398c1e693c2d82990429 (diff)
downloadconf-80dacfbc1ebdd2528755de38f0333d267d6811b0.tar.gz
conf-80dacfbc1ebdd2528755de38f0333d267d6811b0.zip
add travis configuration to new projects by default
Diffstat (limited to 'dzil')
-rw-r--r--dzil/profiles/default/root/.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dzil/profiles/default/root/.travis.yml b/dzil/profiles/default/root/.travis.yml
new file mode 100644
index 0000000..e9f133b
--- /dev/null
+++ b/dzil/profiles/default/root/.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