[libplack-test-anyevent-perl] 07/22: Add travis.yml file

Jonas Smedegaard dr at jones.dk
Tue Aug 4 14:14:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libplack-test-anyevent-perl.

commit 7fff19bfe1319c736decad6ddebf22c360eced60
Author: Rob Hoelz <rob at hoelz.ro>
Date:   Mon Jan 26 10:07:54 2015 -0600

    Add travis.yml file
---
 .travis.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..a50d5d2
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: perl
+perl:
+  - "5.8"
+  - "5.10"
+  - "5.12"
+  - "5.14"
+  - "5.16"
+  - "5.18"
+  - "5.20"
+install: cpanm --quiet --notests AnyEvent autodie Plack HTTP::Request::Common Test::Class Test::More parent
+script: prove -l

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-test-anyevent-perl.git



More information about the Pkg-perl-cvs-commits mailing list