Skip to content

Commit

Permalink
Test JRuby 9.2 on Travis
Browse files Browse the repository at this point in the history
Also, add workaround for bundler install on older ruby.
  • Loading branch information
jeremyevans committed Sep 24, 2019
1 parent e33a647 commit 01ca84b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ rvm:
- jruby-19mode
- jruby-9.0.5.0
- jruby-9.1.12.0
- jruby-9.2.8.0
- jruby-head
- ruby-head
- truffleruby
Expand All @@ -22,3 +23,5 @@ matrix:
- rvm: ruby-head
- rvm: truffleruby
gemfile: .travis.gemfile
before_install:
- gem install bundler || gem install bundler --version '< 2'

0 comments on commit 01ca84b

Please sign in to comment.