Skip to content

Commit b2dfd62

Browse files
authored
Merge pull request #5 from densh/patch-1
Update to the latest travis_setup.sh for Scala Native
2 parents 92e4ac5 + 4e15d46 commit b2dfd62

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,6 +19,6 @@ matrix:
1919
- sudo: required
2020
env: SCALA_NATIVE
2121
before_install:
22-
- curl https://raw.githubusercontent.com/scala-native/scala-native/06e61984ca0f4/bin/travis_setup.sh | bash -
22+
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -
2323
script:
2424
- sbt "scalafmt::test" "test:scalafmt::test" "sbt:scalafmt::test" scalapbJsonCommonNative/test

0 commit comments

Comments
 (0)