diff --git a/.travis.yml b/.travis.yml index 0865c89..aa43c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,6 @@ before_script: script: - set -x && if [[ "$TRAVIS_SCALA_VERSION" == 2.11.* ]]; then testNative=trailNative/test; else testNative=""; fi && - curl -o csbt https://raw.githubusercontent.com/coursier/sbt-launcher/master/csbt && + curl -L -o csbt https://github.com/coursier/sbt-launcher/releases/download/v1.2.2/csbt && chmod +x csbt && ./csbt --add-coursier=true ++$TRAVIS_SCALA_VERSION trailJVM/test trailJS/test $testNative