Skip to content

Commit

Permalink
Force JRuby version 9.1 on travis
Browse files Browse the repository at this point in the history
Before, just specifying jruby would result in version 9.1 being
installed. However, recently this default changed to 9.2.7.0, which
includes a bug that breaks skipping scenarios.
  • Loading branch information
mvz committed Jul 20, 2019
1 parent 20c1814 commit bb770e2
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 @@ -29,7 +29,7 @@ jobs:
os: osx
- rvm: 2.3.0
os: linux
- rvm: jruby
- rvm: jruby-9.1
os: linux
- rvm: jruby-9.2.6.0
os: linux
Expand Down

0 comments on commit bb770e2

Please sign in to comment.