Skip to content

Commit e2aaa85

Browse files
authored
Update to the latest travis_setup.sh for Scala Native
[Recent PR](scala-native/scala-native#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.
1 parent 420bea7 commit e2aaa85

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)