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.
1 parent ae456cd commit 967b76fCopy full SHA for 967b76f
.travis.yml
@@ -4,6 +4,8 @@ scala:
4
- 2.11.12
5
jdk:
6
- oraclejdk8
7
+before_script:
8
+ - curl https://raw.githubusercontent.com/scala-native/scala-native/master/bin/travis_setup.sh | bash -x
9
script:
10
- sbt clean test
11
- sbt coverage reactifyJVM/test
0 commit comments