Skip to content

Commit

Permalink
Force 2.4+ compatible version of JRuby on Travis
Browse files Browse the repository at this point in the history
jruby alias currently points to 9.1.9.0 which is compatible with Ruby 2.3
  • Loading branch information
p0deje committed Apr 26, 2019
1 parent bf3a65f commit 045f12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ matrix:
<<: *ruby
- env: TASK=//rb:unit-test
<<: *ruby
rvm: jruby
rvm: jruby-9.2.6.0
- env: CHROME=1 TASK=//rb:chrome-test
<<: *ruby
<<: *chrome
Expand Down

0 comments on commit 045f12b

Please sign in to comment.