From 68d90c0258012379cc1822689dbb63c382b153e3 Mon Sep 17 00:00:00 2001 From: Tim Nieradzik Date: Fri, 1 Mar 2019 19:53:43 +0100 Subject: [PATCH] Travis CI: Fix csbt URL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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