Skip to content

Commit 01ca84b

Browse files
committed
Test JRuby 9.2 on Travis
Also, add workaround for bundler install on older ruby.
1 parent e33a647 commit 01ca84b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rvm:
1313
- jruby-19mode
1414
- jruby-9.0.5.0
1515
- jruby-9.1.12.0
16+
- jruby-9.2.8.0
1617
- jruby-head
1718
- ruby-head
1819
- truffleruby
@@ -22,3 +23,5 @@ matrix:
2223
- rvm: ruby-head
2324
- rvm: truffleruby
2425
gemfile: .travis.gemfile
26+
before_install:
27+
- gem install bundler || gem install bundler --version '< 2'

0 commit comments

Comments
 (0)