Skip to content

Commit

Permalink
Change Travis script for Rubinius
Browse files Browse the repository at this point in the history
  • Loading branch information
emesepadanyi committed Jul 22, 2020
1 parent 6e4b9ed commit b635955
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ script: bundle exec rake ci
language: ruby
install: bundle install --without=development
rvm:
- rbx
- 2.2.3
- jruby-9.1.2.0
- 2.1.8
- 2.2.3
- 2.3.1
- ruby-head
- jruby-head
matrix:
include:
- rvm: rbx-4
env: RBX_RUBY_COMPAT=10.0 RBX_VERSION=4.15
dist: trusty
fast_finish: true
allow_failures:
- rvm: jruby-9.1.2.0
Expand Down

0 comments on commit b635955

Please sign in to comment.