Update Ruby/Puppet versions used by Travis 47/55647/1
authorDaniel Farrell <dfarrell@redhat.com>
Thu, 19 Jan 2017 22:49:27 +0000 (17:49 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
Change-Id: I4d6672ce8b19d4c4b09a66507e820757e9137655
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
.travis.yml

index 60a1153b53fc8f40bcde81838e0e931d32bd3be0..4747c6456af07b420b638f74685012a7e115256b 100644 (file)
@@ -3,24 +3,21 @@ language: ruby
 bundler_args: --without local_only
 before_install: rm Gemfile.lock || true
 rvm:
-  - 2.1.7
-  - 2.2.3
+  - 2.1.10
   - 2.2.6
-  - 2.3.1
+  - 2.3.3
+  - 2.4.0
 script: bundle exec rake test
 env:
-  - PUPPET_VERSION="~> 3.8.0"
-  - PUPPET_VERSION="~> 4.3.0"
-  - PUPPET_VERSION="~> 4.5.0"
+  - PUPPET_VERSION="~> 4.6.0"
+  - PUPPET_VERSION="~> 4.7.0"
   - PUPPET_VERSION="~> 4.8.0"
 matrix:
   exclude:
-    - rvm: 2.2.3
-      env: PUPPET_VERSION="~> 3.8.0"
-    - rvm: 2.2.6
-      env: PUPPET_VERSION="~> 3.8.0"
-    - rvm: 2.3.1
-      env: PUPPET_VERSION="~> 3.8.0"
+    - rvm: 2.4.0
+      env: PUPPET_VERSION="~> 4.6.0"
+    - rvm: 2.4.0
+      env: PUPPET_VERSION="~> 4.7.0"
 notifications:
   email:
     recipients: