File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,28 @@ dist: trusty
77
88language : ruby
99rvm :
10- - 2.3.3
11- - 2.4.0
12- - 2.6.0
10+ - 2.0
11+ - 2.2
12+ - 2.3
13+ - 2.5
14+ - 2.7
1315 - jruby-9.1.7.0
1416
1517matrix :
1618 exclude :
17- # Ruby 2.3.x is currently broken on TravisCI for OSX and is no longer a supported Ruby version, anyway.
18- - rvm : 2.3.3
19- os : osx
20-
19+ # Older versions of Ruby don't seem to work on Travis CI for OSX. The Linux
20+ # testing is probably good enough for the older versions.
21+ - rvm : 2.0
22+ os : osx
23+ - rvm : 2.2
24+ os : osx
25+ - rvm : 2.3
26+ os : osx
27+ # CukeModeler 3.x requires at least Ruby 2.3
28+ - rvm : 2.0
29+ gemfile : testing/gemfiles/cuke_modeler3.gemfile
30+ - rvm : 2.2
31+ gemfile : testing/gemfiles/cuke_modeler3.gemfile
2132
2233gemfile :
2334 - testing/gemfiles/cuke_modeler1.gemfile
You can’t perform that action at this time.
0 commit comments