Skip to content

Commit

Permalink
Use official sbt distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 6, 2018
1 parent cf5ac12 commit 10abd97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,14 @@ apt:
packages:
- openjdk8

addons:
apt:
sources:
- sourceline: "deb https://dl.bintray.com/sbt/debian /"
key_url: "https://bintray.com/user/downloadSubjectPublicKey?username=sbt"
packages:
- sbt=1.2.7

before_install:
- PATH=$(echo "$PATH" | sed -e 's/:\/usr\/local\/lib\/jvm\/openjdk11\/bin//')
- JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
Expand Down

0 comments on commit 10abd97

Please sign in to comment.