Remove ancient Puppet versions from matrix.
authorDaniele Sluijters <github@daenney.net>
Fri, 7 Mar 2014 15:10:54 +0000 (16:10 +0100)
committerDaniele Sluijters <github@daenney.net>
Fri, 7 Mar 2014 15:10:54 +0000 (16:10 +0100)
With PE 3.2 out of the door shipping with 3.4.3 I think it's time to
shrink the matrix and get rid of 3.1 and 3.2. PE 3.x customers should
just upgrade to 3.2, OS users should really be on 3.3+ by now.

.travis.yml

index 5a26d9080699096b5b1d4c78247264a974363ca2..aec1f0aecb076f8734374c92b4ab09453bdfef75 100644 (file)
@@ -12,8 +12,6 @@ rvm:
 env:
   matrix:
     - PUPPET_GEM_VERSION="~> 2.7.0"
-    - PUPPET_GEM_VERSION="~> 3.1.0"
-    - PUPPET_GEM_VERSION="~> 3.2.0"
     - PUPPET_GEM_VERSION="~> 3.3.0"
     - PUPPET_GEM_VERSION="~> 3.4.0"
 matrix:
@@ -23,7 +21,5 @@ matrix:
       env: PUPPET_GEM_VERSION="~> 2.7.0"
     - rvm: 2.0.0
       env: PUPPET_GEM_VERSION="~> 2.7.0"
-    - rvm: 2.0.0
-      env: PUPPET_GEM_VERSION="~> 3.1.0"
 notifications:
   email: false