summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-06-23 15:43:39 -0400
committerJesse Luehrs <doy@tozt.net>2018-06-23 15:43:39 -0400
commit84b1fc5ec0a38eef8c82e7e403da2378b37095a6 (patch)
treeb7530e1081eee7d49cfa1b52ac4779fed30f994b /.travis.yml
downloadwww-ynab-84b1fc5ec0a38eef8c82e7e403da2378b37095a6.tar.gz
www-ynab-84b1fc5ec0a38eef8c82e7e403da2378b37095a6.zip
initial commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..44f4b71
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
+language: perl
+perl:
+ - "5.22"
+ - "5.20"
+ - "5.18"
+ - "5.16"
+ - "5.14"
+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