From c7dabdf19ad932e70c9359a3f8bd8b2ac0dbb76d Mon Sep 17 00:00:00 2001 From: Denys Shabalin Date: Mon, 26 Mar 2018 13:27:13 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d46c454e..ed57860b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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