Skip to content

Commit 7311233

Browse files
authored
Merge pull request #483 from olleolleolle/drop-rbx
CI: Drop rbx, drop non-existent JRuby allow_failures setting
2 parents d654955 + 3c50823 commit 7311233

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.travis.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,6 @@ gemfile:
2222
- gemfiles/rails_head.gemfile
2323

2424
matrix:
25-
include:
26-
- name: "Rubinius - 5.0"
27-
rvm: rbx-3.107
28-
dist: trusty
29-
gemfile: gemfiles/rails_5_0.gemfile
30-
- name: "Rubinius - 5.1"
31-
rvm: rbx-3.107
32-
dist: trusty
33-
gemfile: gemfiles/rails_5_1.gemfile
34-
- name: "Rubinius - 5.2"
35-
rvm: rbx-3.107
36-
dist: trusty
37-
gemfile: gemfiles/rails_5_2.gemfile
38-
- name: "Rubinius - 6.0"
39-
rvm: rbx-3.107
40-
dist: trusty
41-
gemfile: gemfiles/rails_6_0.gemfile
42-
- name: "Rubinius - head"
43-
rvm: rbx-3.107
44-
dist: trusty
45-
gemfile: gemfiles/rails_head.gemfile
4625
exclude:
4726
- rvm: 2.2.10
4827
gemfile: gemfiles/rails_6_0.gemfile
@@ -57,8 +36,6 @@ matrix:
5736
- rvm: 2.4.6
5837
gemfile: gemfiles/rails_head.gemfile
5938
allow_failures:
60-
- rvm: jruby-19mode
61-
- rvm: rbx-3.107
6239
- rvm: ruby-head
6340
- gemfile: gemfiles/rails_head.gemfile
6441
fast_finish: true

0 commit comments

Comments
 (0)