Skip to content

Commit b30160a

Browse files
Fix matrix
1 parent f61d283 commit b30160a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: ruby
22
bundler_args: --without system_tests
33
rvm:
44
- 2.3.1
5-
- 1.9.3
5+
- 2.0.0
66
script: "bundle exec rake test"
77
env:
88
- "PUPPET_GEM_VERSION='< 4.0.0' FUTURE_PARSER='yes' STRICT_VARIABLES='no'"
@@ -11,7 +11,11 @@ env:
1111
- "PUPPET_GEM_VERSION='> 4.0.0' STRICT_VARIABLES='yes'"
1212
matrix:
1313
exclude:
14-
- rvm: 1.9.3
14+
- rvm: 2.3.1
1515
env: "PUPPET_GEM_VERSION='< 4.0.0' FUTURE_PARSER='yes' STRICT_VARIABLES='no'"
16-
- rvm: 1.9.3
16+
- rvm: 2.3.1
1717
env: "PUPPET_GEM_VERSION='< 4.0.0' FUTURE_PARSER='yes' STRICT_VARIABLES='yes'"
18+
- rvm: 2.0.0
19+
env: "PUPPET_GEM_VERSION='> 4.0.0'"
20+
- rvm: 2.0.0
21+
env: "PUPPET_GEM_VERSION='> 4.0.0' STRICT_VARIABLES='yes'"

0 commit comments

Comments
 (0)