Skip to content

Commit

Permalink
Merge pull request #483 from olleolleolle/drop-rbx
Browse files Browse the repository at this point in the history
CI: Drop rbx, drop non-existent JRuby allow_failures setting
  • Loading branch information
rafaelfranca authored Mar 17, 2020
2 parents d654955 + 3c50823 commit 7311233
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,6 @@ gemfile:
- gemfiles/rails_head.gemfile

matrix:
include:
- name: "Rubinius - 5.0"
rvm: rbx-3.107
dist: trusty
gemfile: gemfiles/rails_5_0.gemfile
- name: "Rubinius - 5.1"
rvm: rbx-3.107
dist: trusty
gemfile: gemfiles/rails_5_1.gemfile
- name: "Rubinius - 5.2"
rvm: rbx-3.107
dist: trusty
gemfile: gemfiles/rails_5_2.gemfile
- name: "Rubinius - 6.0"
rvm: rbx-3.107
dist: trusty
gemfile: gemfiles/rails_6_0.gemfile
- name: "Rubinius - head"
rvm: rbx-3.107
dist: trusty
gemfile: gemfiles/rails_head.gemfile
exclude:
- rvm: 2.2.10
gemfile: gemfiles/rails_6_0.gemfile
Expand All @@ -57,8 +36,6 @@ matrix:
- rvm: 2.4.6
gemfile: gemfiles/rails_head.gemfile
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-3.107
- rvm: ruby-head
- gemfile: gemfiles/rails_head.gemfile
fast_finish: true
Expand Down

0 comments on commit 7311233

Please sign in to comment.