Skip to content

Commit

Permalink
Merge pull request #390 from densh/patch-1
Browse files Browse the repository at this point in the history
Update to the latest travis_setup.sh for Scala Native
  • Loading branch information
rickynils committed Apr 20, 2018
2 parents ff50da0 + 6857383 commit 63d204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -36,7 +36,7 @@ matrix:
include:
- scala: 2.11.11
before_script:
- curl https://raw.githubusercontent.com/scala-native/scala-native/21539aa97947f767afcd85b5c2fb3c0262b2d301/bin/travis_setup.sh | bash -x
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
sudo: required
env: PLATFORM=native SBT_PARALLEL=true WORKERS=1 DEPLOY=true
exclude:
Expand Down

0 comments on commit 63d204c

Please sign in to comment.