Skip to content

Commit 5fb48a7

Browse files
committedJan 24, 2018
Merge branch 'jruby-9.1'
2 parents e0c0519 + eae124d commit 5fb48a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ notifications:
119119

120120
services:
121121
- redis-server
122+
- haveged
122123

123124
addons:
124125
apt:
125126
packages:
126127
- oracle-java9-installer
128+
- haveged

‎core/src/main/java/org/jruby/RubyIO.java

-1
Original file line numberDiff line numberDiff line change
@@ -4280,7 +4280,6 @@ public static IRubyObject copy_stream(ThreadContext context, IRubyObject recv, I
42804280

42814281
return context.runtime.newFixnum(size);
42824282
} catch (IOException ioe) {
4283-
ioe.printStackTrace();
42844283
throw runtime.newIOErrorFromException(ioe);
42854284
} finally {
42864285
if (offset != null) {

0 commit comments

Comments
 (0)
Please sign in to comment.