From 283aec928c910e23a2d763544e49a6367958a19d Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 19 Sep 2018 17:27:05 -0400 Subject: [PATCH] Use the official installer --- .travis.yml | 7 +++---- project/build.properties | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bf7c135e..1084d12d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/project/build.properties b/project/build.properties index c091b86ca..133a8f197 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=0.13.17