mirror of https://github.com/sbt/sbt.git
Update to the latest travis_setup.sh for Scala Native (#825)
[Recent PR](https://github.com/scala-native/scala-native/pull/1195) changed the location of the travis setup script within a Scala Native repo. This PR updates travis build to point to the new location.
This commit is contained in:
parent
61cc93db76
commit
c7dabdf19a
|
|
@ -13,7 +13,7 @@ matrix:
|
|||
jdk: oraclejdk8
|
||||
sudo: required
|
||||
before_install:
|
||||
- curl https://raw.githubusercontent.com/scala-native/scala-native/v0.3.6/bin/travis_setup.sh | bash -x
|
||||
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
|
||||
services:
|
||||
- docker
|
||||
- env: SCALA_VERSION=2.11.12 PUBLISH=1
|
||||
|
|
|
|||
Loading…
Reference in New Issue