aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Shabalin <den.shabalin@gmail.com>2018-03-24 15:51:19 +0100
committerGitHub <noreply@github.com>2018-03-24 15:51:19 +0100
commit65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e (patch)
tree550893e5e3b647b4556594498b8507051ae87877
parentfb514c8045df9eb36064aef05e50595287e9d9fa (diff)
downloadmagnolia-65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e.tar.gz
magnolia-65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e.tar.bz2
magnolia-65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e.zip
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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