File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,19 @@ script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake
6
6
matrix :
7
7
fast_finish : true
8
8
include :
9
+ - rvm : 1.9.3
10
+ env : PUPPET_GEM_VERSION="~> 3.4.0"
9
11
- rvm : 1.8.7
10
- env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
11
- - rvm : 1.8.7
12
- env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
12
+ env : PUPPET_GEM_VERSION="~> 3.0"
13
13
- rvm : 1.9.3
14
14
env : PUPPET_GEM_VERSION="~> 3.0"
15
- - rvm : 2.0.0
15
+ - rvm : 1.9.3
16
+ env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
17
+ - rvm : 2.1.5
16
18
env : PUPPET_GEM_VERSION="~> 3.0"
19
+ - rvm : 2.1.5
20
+ env : PUPPET_GEM_VERSION="~> 3.4.0"
21
+ - rvm : 2.1.5
22
+ env : PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
17
23
notifications :
18
24
email : false
You can’t perform that action at this time.
0 commit comments