In https://travis-ci.org/typelevel/jawn/builds/464581687 I just saw
0.25s$ sbt "+ test"
Downloading sbt launcher for 1.2.7:
From http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/1.2.7/sbt-launch.jar
To /home/travis/.sbt/launchers/1.2.7/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /home/travis/.sbt/launchers/1.2.7/sbt-launch.jar
The command "sbt "+ test"" exited with 1.
This is a really old bug of sbt-extras that was fixed in May of 2016 (https://github.com/paulp/sbt-extras/pull/150), since sbt 1 launchers are no longer published to repo.typesafe.com.
For some reason, sbt has been working ok so maybe there’s some other process that’s happening to grab a later version of sbt-extras, but it seems to periodically revert back to this one.
Side note
See https://github.com/travis-ci/travis-ci/issues/9816.
- travis-ci/travis-cookbooks@2cf100 points to paulp/sbt-extras@6ae480 from 2015.
- travis-ci/travis-build@v10.0.0 points to paulp/sbt-extras@4ad1b8 from 2016.
There are two pending pull requests: