Skip to content

Commit

Permalink
Test on jruby-9.1.16.0
Browse files Browse the repository at this point in the history
Some HTTP.rb tests didn't work on JRuby due to a bug in IO.copy_stream,
which jruby-9.1.16.0 fixed, so we tell Travis CI to use that version.
  • Loading branch information
janko committed Mar 3, 2018
1 parent 44ba99f commit 085a47f
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 @@ -17,7 +17,7 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"

rvm:
# Include JRuby first because it takes the longest
- jruby-9.1.13.0
- jruby-9.1.16.0
- 2.2
- 2.3
- 2.4
Expand Down

0 comments on commit 085a47f

Please sign in to comment.