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:
Denys Shabalin 2018-03-26 13:27:13 +02:00 committed by Alexandre Archambault
parent 61cc93db76
commit c7dabdf19a
1 changed files with 1 additions and 1 deletions

View File

@ -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