From 65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e Mon Sep 17 00:00:00 2001 From: Denys Shabalin Date: Sat, 24 Mar 2018 15:51:19 +0100 Subject: Update to the latest travis_setup.sh for Scala Native [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 5575c91..c0979ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty language: scala before_install: -- curl https://raw.githubusercontent.com/scala-native/scala-native/9069e8d447f7a9a5439bffbb6a706b5cc70bd631/bin/travis_setup.sh | bash -x +- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x script: - sbt +compile +tests/run -- cgit v1.2.3