We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be73b0e commit b4e3cdbCopy full SHA for b4e3cdb
.travis.yml
@@ -19,7 +19,11 @@ matrix:
19
# Ruby 2.3.x is currently broken on TravisCI for OSX and is no longer a supported Ruby version, anyway.
20
- rvm: 2.3
21
os: osx
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
27
28
gemfile:
29
- testing/gemfiles/cuke_modeler1.gemfile
0 commit comments