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 4b253fb commit fd6aa84Copy full SHA for fd6aa84
.travis.yml
@@ -38,6 +38,9 @@ matrix:
38
before_script:
39
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
40
sudo: required
41
+ addons:
42
+ apt:
43
+ update: true # https://github.com/rickynils/scalacheck/issues/412
44
env: PLATFORM=native SBT_PARALLEL=true WORKERS=1 DEPLOY=true
45
- env: EXAMPLES
46
script:
0 commit comments