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
3
3
bundler_args : --without development
4
4
before_install : rm Gemfile.lock || true
5
5
rvm :
6
- - 1.9.3
7
6
- 2.0.0
8
7
- 2.1.6
9
8
script : bundle exec rake test
13
12
- PUPPET_VERSION="~> 3.3.0"
14
13
- PUPPET_VERSION="~> 3.4.0"
15
14
- 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
20
20
matrix :
21
21
exclude :
22
22
- rvm : 2.0.0
@@ -28,4 +28,4 @@ matrix:
28
28
- rvm : 2.1.6
29
29
env : PUPPET_VERSION="~> 3.3.0"
30
30
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"
2
2
3
3
group :test do
4
4
gem "rake"
5
- gem "puppet" , ENV [ 'PUPPET_VERSION' ] || '~> 3.7.5 '
5
+ gem "puppet" , ENV [ 'PUPPET_VERSION' ] || '~> 3.8.7 '
6
6
gem "puppet-lint"
7
7
gem "rspec-puppet"
8
- gem "rspec" , '< 3.0.0'
9
8
gem "puppet-syntax"
10
9
gem "puppetlabs_spec_helper"
11
10
gem "metadata-json-lint"
You can’t perform that action at this time.
0 commit comments