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 2d0ea97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,10 @@ gemfile:
- gemfiles/rails_head.gemfile

matrix:
include:
- name: Rubinius
rvm: rbx-3.107
dist: trusty
exclude:
- rvm: 2.2.10
gemfile: gemfiles/rails_6_0.gemfile
Expand Down

0 comments on commit 2d0ea97

Please sign in to comment.