File tree Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Expand file tree Collapse file tree 1 file changed +10
-23
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,18 @@ branches:
55language : ruby
66bundler_args : --without development
77script : ' bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
8- rvm :
9- - 1.8.7
10- - 1.9.3
11- - 2.0.0
12- env :
13- matrix :
14- - PUPPET_GEM_VERSION="~> 2.7.0"
15- - PUPPET_GEM_VERSION="~> 3.1.0"
16- - PUPPET_GEM_VERSION="~> 3.2.0"
17- - PUPPET_GEM_VERSION="~> 3.3.0"
18- - PUPPET_GEM_VERSION="~> 3.4.0"
19- - PUPPET_GEM_VERSION="~> 3.5.1"
20- - PUPPET_GEM_VERSION="~> 3.6.0"
21- - PUPPET_GEM_VERSION="~> 3.7.0"
22- global :
238matrix :
249 fast_finish : true
25- exclude :
26- - rvm : 1.9.3
27- env : PUPPET_GEM_VERSION="~> 2.7.0"
28- - rvm : 2.0.0
29- env : PUPPET_GEM_VERSION="~> 2.7.0"
30- - rvm : 2.0.0
31- env : PUPPET_GEM_VERSION="~> 3.1.0"
10+ include :
3211 - rvm : 1.8.7
33- env : PUPPET_GEM_VERSION="~> 3.2.0"
12+ env : PUPPET_GEM_VERSION="~> 3.0"
13+ - rvm : 1.9.3
14+ env : PUPPET_GEM_VERSION="~> 3.0"
15+ - rvm : 2.1.5
16+ env : PUPPET_GEM_VERSION="~> 3.0"
17+ - rvm : 2.1.5
18+ env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
19+ - rvm : 2.1.6
20+ env : PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
3421notifications :
3522 email : false
You can’t perform that action at this time.
0 commit comments