[libclass-tiny-perl] 02/06: add .travis.yml

gregor herrmann gregoa at debian.org
Sun May 31 14:03:40 UTC 2015


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

gregoa pushed a commit to annotated tag release-0.013
in repository libclass-tiny-perl.

commit e15f2a8fec11ee047d741f9f5cf4c1a1be6213af
Author: David Golden <dagolden at cpan.org>
Date:   Fri Nov 1 22:24:23 2013 -0400

    add .travis.yml
---
 .travis.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..3966b31
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,12 @@
+language: perl
+script: prove -lmr t
+install:
+  - cpanm -n -q --skip-satisfied --installdeps .
+perl:
+  - "5.19"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-tiny-perl.git



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