Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

MasseGuillaume
Copy link
Contributor

No description provided.

@julienrf
Copy link
Contributor

julienrf commented Jul 3, 2018

That looks good to me! Anyone else want to review? (@lrytz @retronym)

build.sbt Outdated
val isOnCi = sys.env.get("CI").isDefined

if (isOnCi) Some(file(sys.env("JAVA_HOME")))
else oldValue
Copy link
Member

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).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lrytz I force pushed this commit:

3db3482

Do you think this is ok?

@MasseGuillaume
Copy link
Contributor Author

MasseGuillaume commented Jul 5, 2018

see #88

@julienrf
Copy link
Contributor

julienrf commented Jul 5, 2018

You mean #88?

martijnhoekstra pushed a commit to martijnhoekstra/scala-collection-compat that referenced this pull request Nov 9, 2022
Update sbt-scalajs, scalajs-compiler to 1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants