Skip to content

Commit

Permalink
CI: Set dist: trusty for Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 17, 2020
1 parent 187ee76 commit 8fd9530
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ rvm:
- 2.5.5
- 2.6.2
- ruby-head
- rbx-3.107

gemfile:
- gemfiles/rails_5_0.gemfile
Expand All @@ -23,6 +22,27 @@ 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 Down

0 comments on commit 8fd9530

Please sign in to comment.