-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set a different jdk went running forked test (fix #77) #83
Conversation
0a0ca14
to
e4d45c7
Compare
build.sbt
Outdated
val isOnCi = sys.env.get("CI").isDefined | ||
|
||
if (isOnCi) Some(file(sys.env("JAVA_HOME"))) | ||
else oldValue |
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.
I'm not sure about this change.. it basically relies on a bug, that travis doesn't switch to jdk 6, but JAVA_HOME is set to 6 (travis-ci/travis-ci#9713).
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.
9f9ce69
to
e4d45c7
Compare
see #88 |
You mean #88? |
Update sbt-scalajs, scalajs-compiler to 1.0.0
No description provided.