Use the official installer

This commit is contained in:
Eugene Yokota 2018-09-19 17:27:05 -04:00
parent 7fb8a4e88a
commit 283aec928c
2 changed files with 4 additions and 5 deletions

View File

@ -44,6 +44,9 @@ before_install:
- curl -sL https://raw.githubusercontent.com/shyiko/jabba/0.10.1/install.sh | bash && . ~/.jabba/jabba.sh
install:
- curl -L --fail https://piccolo.link/sbt-0.13.17.tgz > sbt-0.13.17.tgz
- tar zxf ./sbt-0.13.17.tgz -C $HOME/
- export PATH="$HOME/sbt/bin:$PATH"
- $JABBA_HOME/bin/jabba install "zulu@1.6.107"
- export JAVA_HOME="$JABBA_HOME/jdk/zulu@1.6.107"
- export PATH="$JAVA_HOME/bin:$PATH"
@ -57,7 +60,3 @@ cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
notifications:
email:
- sbt-dev-bot@googlegroups.com

View File

@ -1 +1 @@
sbt.version=0.13.16
sbt.version=0.13.17