[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:57:36 UTC 2013


The following commit has been merged in the master branch:
commit dc9c2ca5a037621e6029078132e761e254fbacb9
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat Aug 18 16:33:04 2012 +0100

    Try quoting perl versions for travis

diff --git a/.travis.yml b/.travis.yml
index c9cd4af..ec29be5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ language: perl
 notifications:
   irc: irc.perl.org#message-passing
 perl:
-  - 5.16
-  - 5.14
-  - 5.12
-  - 5.10
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"

-- 
libmessage-passing-perl Debian packaging



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