From 9441d0a8defcf73b272a60f7179f8b22a6f868ce Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Sat, 15 Oct 2016 15:52:06 -0500 Subject: [PATCH] Update the test matrix --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fbf94a6..e012e20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: ruby rvm: - 1.9.3 - - 2.0.0 + - 2.1.0 env: - - PUPPET_VERSION=3.3.0 - - PUPPET_VERSION=3.4.0 - PUPPET_VERSION=3.7.0 - PUPPET_VERSION=3.8.0 - PUPPET_VERSION=4.0.0 + - PUPPET_VERSION=4.5.0 gemfile: Gemfile.travis before_install: 'cp Gemfile Gemfile.travis' notifications: