We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 420bea7 + e2aaa85 commit 8e79606Copy full SHA for 8e79606
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
- scala: 2.10.6
20
jdk: openjdk7
21
before_install:
22
- - bash bin/travis_setup.sh
+ - curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
23
cache:
24
directories:
25
- $HOME/.sbt/0.13/dependency
0 commit comments