Skip to content

Commit e51c8ce

Browse files
committed
Update Ruby build matrix
1 parent ed0d96a commit e51c8ce

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
sudo: false
22
cache: bundler
33
rvm:
4-
- 2.2.7
5-
- 2.3.4
6-
- 2.4.1
4+
- 2.2.10
5+
- 2.3.7
6+
- 2.4.4
7+
- 2.5.1
78
- ruby-head
89
gemfile:
910
- Gemfile
@@ -14,6 +15,11 @@ matrix:
1415
allow_failures:
1516
- rvm: ruby-head
1617
fast_finish: true
18+
exclude:
19+
- rvm: 2.2.10
20+
gemfile: gemfiles/Gemfile-rails-master
21+
- rvm: 2.3.7
22+
gemfile: gemfiles/Gemfile-rails-master
1723
env:
1824
global:
1925
- "JRUBY_OPTS=-Xcext.enabled=true"

0 commit comments

Comments
 (0)