File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ before_install: rm -f Gemfile.lock
33sudo : false
44cache : bundler
55rvm :
6- - 1.9.3
76 - 2.0.0
87 - 2.1.0
8+ - 2.2.3
99script :
1010 - bundle exec rake spec
1111 - bundle exec rake test
2525 - PUPPET_VERSION="~> 4.2.1" STRICT_VARIABLES=yes
2626matrix :
2727 exclude :
28- # Ruby 1.9.3
29- - rvm : 1.9.3
30- env : PUPPET_VERSION="~> 2.7.0"
31-
3228 # Ruby 2.0.0
3329 - rvm : 2.0.0
3430 env : PUPPET_VERSION="~> 2.7.0"
@@ -42,3 +38,13 @@ matrix:
4238 env : PUPPET_VERSION="~> 3.3.0"
4339 - rvm : 2.1.0
4440 env : PUPPET_VERSION="~> 3.4.0"
41+
42+ # Ruby 2.2.3
43+ - rvm : 2.2.3
44+ env : PUPPET_VERSION="~> 2.7.0"
45+ - rvm : 2.2.3
46+ env : PUPPET_VERSION="~> 3.2.0"
47+ - rvm : 2.2.3
48+ env : PUPPET_VERSION="~> 3.3.0"
49+ - rvm : 2.2.3
50+ env : PUPPET_VERSION="~> 3.4.0"
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33group :test do
4+ gem "syck"
5+ gem "safe_yaml" , "~> 1.0.4"
6+ gem "listen" , "~> 3.0.0"
47 gem "puppet" , ENV [ 'PUPPET_VERSION' ] || '~> 4.2.0'
58 gem "puppet-lint"
69 gem "puppet-syntax"
You can’t perform that action at this time.
0 commit comments