Skip to content

Commit

Permalink
Travis CI: Fix csbt URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Mar 4, 2019
1 parent f4b2933 commit 68d90c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 68d90c0

Please sign in to comment.