Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -119,8 +119,10 @@ notifications:

services:
- redis-server
- haveged

addons:
apt:
packages:
- oracle-java9-installer
- haveged
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/RubyIO.java
Original file line number Diff line number Diff line change
@@ -4280,7 +4280,6 @@ public static IRubyObject copy_stream(ThreadContext context, IRubyObject recv, I

return context.runtime.newFixnum(size);
} catch (IOException ioe) {
ioe.printStackTrace();
throw runtime.newIOErrorFromException(ioe);
} finally {
if (offset != null) {

0 comments on commit 5fb48a7

Please sign in to comment.