Skip to content

Commit b4e3cdb

Browse files
committed
Update CI matrix more
Excluding some invalid combinations.
1 parent be73b0e commit b4e3cdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ matrix:
1919
# Ruby 2.3.x is currently broken on TravisCI for OSX and is no longer a supported Ruby version, anyway.
2020
- rvm: 2.3
2121
os: osx
22-
22+
# CukeModeler 3.x requires at least Ruby 2.3
23+
- rvm: 2.0
24+
gemfile: testing/gemfiles/cuke_modeler3.gemfile
25+
- rvm: 2.2
26+
gemfile: testing/gemfiles/cuke_modeler3.gemfile
2327

2428
gemfile:
2529
- testing/gemfiles/cuke_modeler1.gemfile

0 commit comments

Comments
 (0)