Skip to content

Commit b34e68d

Browse files
committed
Merge branch 'ci_fiddling'
2 parents 8feb18d + 7910b8e commit b34e68d

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.travis.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,28 @@ dist: trusty
77

88
language: ruby
99
rvm:
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

1517
matrix:
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

2233
gemfile:
2334
- testing/gemfiles/cuke_modeler1.gemfile

0 commit comments

Comments
 (0)