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

Upgrade with 2.13 CI #43

Closed
wants to merge 5 commits into from
Closed

Conversation

zakpatterson
Copy link
Contributor

@zakpatterson zakpatterson commented Jun 14, 2019

Couple remaining issues with this:

  • I'm using a few SNAP / milestone releases:
  val circe = "0.12.0-M3"
  val discipline = "0.12.0-M3"
  val scalaTest = "3.1.0-SNAP13"
  val scalaTestPlus = "1.0.0-SNAP8"

## To make a commit, type your commit message and press CTRL-ENTER. To cancel
## the commit, close the window. To sign off on the commit, press CTRL-S.
##
## You may also reference or close a GitHub issue with this commit.  To do so,
## type `#` followed by the `tab` key.  You will be shown a list of issues
## related to the current repo.  You may also type `owner/repo#` plus the `tab`
## key to reference an issue in a different GitHub repo.

 .travis.yml              |  1 +
 build.sbt                | 10 +++++-----
 project/build.properties |  2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
[warn] -Xfuture is deprecated: Not used since 2.13.
@zakpatterson
Copy link
Contributor Author

zakpatterson commented Jun 15, 2019

For now this is failing because travis can't download oracle jdk?

The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .

It seems the default image for travis now is xenial, and it's harder to get jdk8 to work on xenial. This error goes away on selecting jdk11.

@travisbrown travisbrown mentioned this pull request Jun 18, 2019
@travisbrown
Copy link
Member

These commits are included in #44.

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.

2 participants