diff options
-rw-r--r-- | .travis.yml | 3 | ||||
-rwxr-xr-x | spec/spec_helper_acceptance.rb | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 7268682..6fad7a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,5 @@ matrix: env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes" - rvm: 2.1.6 env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" - allow_failures: - - rvm: 2.1.6 - env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" notifications: email: false diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 79b1390..3d9574b 100755 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -6,7 +6,7 @@ UNSUPPORTED_PLATFORMS = [] unless ENV['RS_PROVISION'] == 'no' or ENV['BEAKER_provision'] == 'no' foss_opts = { :default_action => 'gem_install', - :version => (ENV['PUPPET_VERSION'] ? ENV['PUPPET_VERSION'] : '3.7.2'), + :version => (ENV['PUPPET_VERSION'] || '3.8.1'), } if default.is_pe?; then install_pe; else install_puppet( foss_opts ); end |