From b854c11e2e9e5866b2ea94f58562a047d9270fea Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Tue, 12 Jan 2016 19:35:40 -0600 Subject: [PATCH] Add testing on 3.8.0 and 4.0.0 Also remove a few in-between older versions. Keep the oldest. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d728226..fbf94a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ rvm: env: - PUPPET_VERSION=3.3.0 - PUPPET_VERSION=3.4.0 - - PUPPET_VERSION=3.5.0 - - PUPPET_VERSION=3.6.0 - PUPPET_VERSION=3.7.0 + - PUPPET_VERSION=3.8.0 + - PUPPET_VERSION=4.0.0 gemfile: Gemfile.travis before_install: 'cp Gemfile Gemfile.travis' notifications: