summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 18:38:36 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 18:38:36 -0500
commitdacce4c04038633532cdf70e928975d6afcc9241 (patch)
treee2363a808995dc743d75cf77953f3a78455162c7 /.travis.yml
parentc673ab62aec287823e17d39a7828cebf76bc4b1c (diff)
downloadapp-ttyrec-dacce4c04038633532cdf70e928975d6afcc9241.tar.gz
app-ttyrec-dacce4c04038633532cdf70e928975d6afcc9241.zip
packaging
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..655229f
--- /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 || (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