Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Update SBT launcher in Travis CI to SBT 0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Aug 19, 2015
1 parent a92fad9 commit ccca7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_script:
- nvm install 0.12
- nvm use 0.12
- node --version
- curl -sSL --create-dirs -o $HOME/.sbt/launchers/0.13.8/sbt-launch.jar http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.8/sbt-launch.jar
- curl -sSL --create-dirs -o $HOME/.sbt/launchers/0.13.9/sbt-launch.jar http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.9/sbt-launch.jar
script:
- ./build_release.sh
deploy:
Expand Down

0 comments on commit ccca7a9

Please sign in to comment.