Skip to content

Commit 18e32ac

Browse files
Fix build matrix
1 parent dd96a16 commit 18e32ac

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ language: ruby
22
bundler_args: --without system_tests
33
rvm:
44
- 2.3.1
5+
- 1.9.3
56
script: "bundle exec rake test"
67
env:
78
matrix:
8-
- PUPPET_GEM_VERSION="< 4.0.0"
9-
- PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="no"
10-
- PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="yes"
11-
- PUPPET_GEM_VERSION="> 4.0.0"
12-
- PUPPET_GEM_VERSION="> 4.0.0" STRICT_VARIABLES="yes"
9+
include:
10+
- rvm: 2.3.1
11+
env: PUPPET_GEM_VERSION="< 4.0.0"
12+
- rvm: 2.3.1
13+
env: PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="no"
14+
- rvm: 2.3.1
15+
env: PUPPET_GEM_VERSION="< 4.0.0" FUTURE_PARSER="yes" STRICT_VARIABLES="yes"
16+
- rvm: 1.9.3
17+
env: PUPPET_GEM_VERSION="> 4.0.0
18+
- rvm: 1.9.3
19+
env: PUPPET_GEM_VERSION="> 4.0.0" STRICT_VARIABLES="yes"

0 commit comments

Comments
 (0)