Changes travis files
[cascardo/www-eztv.git] / .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..694a6eb
--- /dev/null
@@ -0,0 +1,7 @@
+language: perl
+perl:
+  - "5.16"
+before_install:
+  - "cpanm --notest Dist::Zilla Pod::Elemental::Transformer::List"
+install: "dzil authordeps | cpanm --notest && dzil listdeps | cpanm --notest"
+script: "dzil test --release"