You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
jruby-1_7 started getting messy as well :( e.g. https://travis-ci.org/kares/jruby/jobs/54532920#L1543-L1546
... that is TARGET='test-extended' (exactly the same code as on jruby's jruby-1_7 branch) otherwise also failing are TARGET='test-jruby-jars', TARGET='jruby-jars-extended', TARGET='main-extended'
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think it's something about encoding fixes I made that only breaks on travis in these embedded scenarios. Waiting on a private Travis instance to investigate.
b8f8615
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jruby-1_7 started getting messy as well :( e.g. https://travis-ci.org/kares/jruby/jobs/54532920#L1543-L1546
... that is
TARGET='test-extended'
(exactly the same code as on jruby's jruby-1_7 branch) otherwise also failing areTARGET='test-jruby-jars'
,TARGET='jruby-jars-extended'
,TARGET='main-extended'
b8f8615
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I think it's something about encoding fixes I made that only breaks on travis in these embedded scenarios. Waiting on a private Travis instance to investigate.