From e2aaa855b3338d5fbecfa0ad33c7403c66a3d79d Mon Sep 17 00:00:00 2001 From: Denys Shabalin Date: Sat, 24 Mar 2018 16:00:12 +0100 Subject: [PATCH] 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 e495f71..f1fe805 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: - scala: 2.10.6 jdk: openjdk7 before_install: - - bash bin/travis_setup.sh + - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x cache: directories: - $HOME/.sbt/0.13/dependency