Skip to content

Commit

Permalink
use the official sbt script
Browse files Browse the repository at this point in the history
This is a workaround for Travis CI is using an old cut of sbt-extras, which prevents the use of sbt 1 published on Maven Central.

Ref travis-ci/travis-ci#9816
  • Loading branch information
eed3si9n committed Jul 25, 2018
1 parent 43607b0 commit bef551c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -44,6 +44,18 @@ env:
- SBT_CMD="scripted tests/*"
- SBT_CMD="repoOverrideTest:scripted dependency-management/*"

before_install:
- export SBT_OPTS="-Dsbt.log.noformat=true"
- export PATH=/usr/bin:$PATH

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

notifications:
email:
- sbt-dev-bot@googlegroups.com
Expand Down

0 comments on commit bef551c

Please sign in to comment.