From 03bc588f9d4a54a3092c3dbdd6ecefbfde774df8 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Thu, 23 Jun 2016 22:20:55 -0400 Subject: [PATCH] travis: enhance the configuration * Test Puppet 3.0 on Ruby 1.9.3, everything else on latest Ruby 2.1.10 * Test Puppet 3.0 on future parser again * Test with strict variables, but don't fail the build if it fails (yet!) --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e84e077..b96ffad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,16 @@ matrix: include: - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - - rvm: 2.0.0 + - rvm: 2.1.10 env: PUPPET_GEM_VERSION="~> 3.0" - - rvm: 2.1.0 - env: PUPPET_GEM_VERSION="~> 3.0" - - rvm: 2.1.0 + - rvm: 2.1.10 + env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" + - rvm: 2.1.10 env: PUPPET_GEM_VERSION="~> 4.0" + - rvm: 2.1.10 + env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" + allow_failures: + - rvm: 2.1.10 + env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" notifications: email: false