Skip to content

Commit c81cfa8

Browse files
Fix build matrix
1 parent 9c5f5c1 commit c81cfa8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
language: ruby
22
bundler_args: --without system_tests
33
rvm:
4-
- 2.3.1
5-
- 1.9.3
4+
- 2.0.0
65
script: "bundle exec rake test"
76
env:
87
- "PUPPET_GEM_VERSION='< 4.0.0' FUTURE_PARSER='yes' STRICT_VARIABLES='no'"
98
- "PUPPET_GEM_VERSION='< 4.0.0' FUTURE_PARSER='yes' STRICT_VARIABLES='yes'"
109
- "PUPPET_GEM_VERSION='> 4.0.0'"
1110
- "PUPPET_GEM_VERSION='> 4.0.0' STRICT_VARIABLES='yes'"
12-
matrix:
13-
exclude:
14-
- rvm: 2.3.1
15-
env: "PUPPET_GEM_VERSION='> 4.0.0'"
16-
- rvm: 2.3.1
17-
env: "PUPPET_GEM_VERSION='> 4.0.0' STRICT_VARIABLES='yes'"

0 commit comments

Comments
 (0)