[libmessage-passing-perl] 05/12: also test Perl 5.14 and 5.18 with Travis

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 08:38:21 UTC 2013


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

js pushed a commit to branch master
in repository libmessage-passing-perl.

commit 166184c62d0c0d96f9c184972290cad23e901e9d
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date:   Tue Aug 20 14:29:36 2013 +0200

    also test Perl 5.14 and 5.18 with Travis
---
 .travis.yml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 708a8d5..9bcdda6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,9 @@ language: perl
 notifications:
   irc: irc.perl.org#message-passing
 perl:
+  - "5.18"
   - "5.16"
-#  - "5.14"
+  - "5.14"
   - "5.12"
   - "5.10"
 

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



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