aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2018-06-05 16:32:59 +0200
committerGitHub <noreply@github.com>2018-06-05 16:32:59 +0200
commitf6ef594cf74ee214920ed43a37ebe70b8469a055 (patch)
treee049d52313fc0450cdcfec7cc0e27fb64e684377
parent90f708682e34eb3e647d5fe27b7eb57a223028f1 (diff)
parent65756c5ff097a9cfc0dbc1fbb3a31483bb5df97e (diff)
downloadmagnolia-f6ef594cf74ee214920ed43a37ebe70b8469a055.tar.gz
magnolia-f6ef594cf74ee214920ed43a37ebe70b8469a055.tar.bz2
magnolia-f6ef594cf74ee214920ed43a37ebe70b8469a055.zip
Merge pull request #84 from densh/patch-1
Update to the latest travis_setup.sh for Scala Native
-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