Skip to content

Commit

Permalink
Use recent Ruby version on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbt committed Nov 7, 2019
1 parent aff93ba commit c2e9804
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,17 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.1
- 2.4.4
- 2.4.1
- 2.3.7
- 2.2
- 2.1
- 2.0
- 2.6.5
- 2.5.7
- 2.4.9
- jruby-9.2.9.0
- ruby-head
- jruby-1.7.26
- jruby-head
env:
global:
- JRUBY_OPTS="--2.0"
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
before_install:
- gem update --system
- gem install bundler -v 1.16.2
- gem install bundler -v 2.0.2

0 comments on commit c2e9804

Please sign in to comment.