-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis-CI: use standardized JDK+sbt setup
The issue here is that by default, Travis-CI has an outdated sbt-extras script that doesn't work with sbt 1.4.8+. A more minimal fix would be to add the workaround suggested in the sbt 1.4.8 and 1.4.9 release notes. But down that path lies further hand-maintenance. I think it's better to use the Travis-CI stuff in the scala-dev repo, which is maintained by the Scala team at lightbend. It handles JDK installation (via SDKMAN not Jabba), addresses the sbt 1.4.8+ issue (and will address any other such issues that arise in the future), and handles caching, too.
- Loading branch information
Showing
1 changed file
with
7 additions
and
22 deletions.
There are no files selected for viewing
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