This repository was archived by the owner on Mar 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ language: ruby
33bundler_args : --without development
44before_install : rm Gemfile.lock || true
55rvm :
6- - 1.9.3
76 - 2.0.0
87 - 2.1.6
98script : bundle exec rake test
1312 - PUPPET_VERSION="~> 3.3.0"
1413 - PUPPET_VERSION="~> 3.4.0"
1514 - PUPPET_VERSION="~> 3.7.5"
16- - PUPPET_VERSION="~> 3.7.5" FUTURE_PARSER=yes
17- - PUPPET_VERSION="~> 3.7.5" STRINGIFY_FACTS=no
18- - PUPPET_VERSION="~> 3.7.5" STRICT_VARIABLES=yes
19- - PUPPET_VERSION="~> 3.7.5" ORDERING=random
15+ - PUPPET_VERSION="~> 3.8.7"
16+ - PUPPET_VERSION="~> 3.8.7" FUTURE_PARSER=yes
17+ - PUPPET_VERSION="~> 3.8.7" STRINGIFY_FACTS=no
18+ - PUPPET_VERSION="~> 3.8.7" STRICT_VARIABLES=yes
19+ - PUPPET_VERSION="~> 3.8.7" ORDERING=random
2020matrix :
2121 exclude :
2222 - rvm : 2.0.0
@@ -28,4 +28,4 @@ matrix:
2828 - rvm : 2.1.6
2929 env : PUPPET_VERSION="~> 3.3.0"
3030 allow_failures :
31- - env : PUPPET_VERSION="~> 3.7.5 " STRICT_VARIABLES=yes
31+ - env : PUPPET_VERSION="~> 3.8.7 " STRICT_VARIABLES=yes
Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ source "https://rubygems.org"
22
33group :test do
44 gem "rake"
5- gem "puppet" , ENV [ 'PUPPET_VERSION' ] || '~> 3.7.5 '
5+ gem "puppet" , ENV [ 'PUPPET_VERSION' ] || '~> 3.8.7 '
66 gem "puppet-lint"
77 gem "rspec-puppet"
8- gem "rspec" , '< 3.0.0'
98 gem "puppet-syntax"
109 gem "puppetlabs_spec_helper"
1110 gem "metadata-json-lint"
You can’t perform that action at this time.
0 commit comments