Remove testing for Puppet 2.7 compatibility.
authorDaniele Sluijters <github@daenney.net>
Fri, 7 Mar 2014 17:32:37 +0000 (18:32 +0100)
committerDaniele Sluijters <github@daenney.net>
Fri, 7 Mar 2014 17:32:37 +0000 (18:32 +0100)
With official supported modules now being a thing and having a version
of the APT module to which we will backport fixes until the next major
release it is time to say goodbye to Puppet 2.7.

So long and thanks for all the fish.

.travis.yml

index aec1f0aecb076f8734374c92b4ab09453bdfef75..c4bb092a71dc3becfe5062b19c09558e6d42e65f 100644 (file)
@@ -11,15 +11,9 @@ rvm:
   - 2.0.0
 env:
   matrix:
-    - PUPPET_GEM_VERSION="~> 2.7.0"
     - PUPPET_GEM_VERSION="~> 3.3.0"
     - PUPPET_GEM_VERSION="~> 3.4.0"
 matrix:
   fast_finish: true
-  exclude:
-    - rvm: 1.9.3
-      env: PUPPET_GEM_VERSION="~> 2.7.0"
-    - rvm: 2.0.0
-      env: PUPPET_GEM_VERSION="~> 2.7.0"
 notifications:
   email: false