[DRE-commits] [librarian-puppet] 45/97: Add puppet 3.3 and 3.4 to Travis

Stig Sandbeck Mathisen ssm at debian.org
Tue Mar 11 12:12:49 UTC 2014


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

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 779901913f73c66553ca127de0cfac7b6eac9389
Author: Carlos Sanchez <csanchez at maestrodev.com>
Date:   Thu Jan 2 21:14:36 2014 +0100

    Add puppet 3.3 and 3.4 to Travis
---
 .travis.yml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 23ea396..47d6cfd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
 rvm:
   - 1.8.7
-  - 1.9.2
   - 1.9.3
 notifications:
   email:
@@ -11,12 +10,15 @@ env:
   - PUPPET_VERSION=3.0.2
   - PUPPET_VERSION=3.1.1
   - PUPPET_VERSION=3.2.4
+  - PUPPET_VERSION=3.3.2
+  - PUPPET_VERSION=3.4.1
 matrix:
   exclude:
-    - rvm: 1.9.2
-      env: PUPPET_VERSION=2.6.18
     - rvm: 1.9.3
       env: PUPPET_VERSION=2.6.18
 
 before_install:
   - gem update --system 2.1.11 #  todo: workaround for https://github.com/rubygems/rubygems/pull/763
+
+before_script:
+  - bundle list

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list