Skip to content

Commit 8e79606

Browse files
authored
Merge pull request #45 from densh/patch-1
Update to the latest travis_setup.sh for Scala Native
2 parents 420bea7 + e2aaa85 commit 8e79606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ matrix:
1919
- scala: 2.10.6
2020
jdk: openjdk7
2121
before_install:
22-
- bash bin/travis_setup.sh
22+
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
2323
cache:
2424
directories:
2525
- $HOME/.sbt/0.13/dependency

0 commit comments

Comments
 (0)