Skip to content

Commit

Permalink
Change to use the latest Rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 4, 2020
1 parent 2c7d73d commit d4bf625
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .travis.yml
Expand Up @@ -3,21 +3,24 @@ language: ruby
before_install: "gem install bundler -v '< 2.0'"
script: bundle exec rake ci
rvm:
- 2.0.0
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.3
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.2.6.0
- jruby-9.2.11.0
- jruby-head
- truffleruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.2.6.0
- rvm: jruby-head
- rvm: jruby-9.2.11.0
- rvm: truffleruby
fast_finish: true
branches:
only: master
Expand Down

0 comments on commit d4bf625

Please sign in to comment.