summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-08-12 23:51:09 -0400
committerJesse Luehrs <doy@tozt.net>2016-08-12 23:51:09 -0400
commit63e188234a7ecb0a0e20944c9477dd6e82cc8343 (patch)
treef33d6ce484b105a0cbf25e8ca48789ff70e2201f /.travis.yml
downloadchart-clicker-sql-63e188234a7ecb0a0e20944c9477dd6e82cc8343.tar.gz
chart-clicker-sql-63e188234a7ecb0a0e20944c9477dd6e82cc8343.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