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 85e154c + 3b2f6d8 commit a5ed9baCopy full SHA for a5ed9ba
.bazelrc.travis
@@ -17,7 +17,7 @@ build --verbose_failures
17
# runs stuff in a container, and since Travis already runs its script
18
# in a container (unless you require sudo in your .travis.yml) this
19
# fails to run tests.
20
-build --spawn_strategy=standalone --genrule_strategy=standalone
+build --spawn_strategy=standalone --genrule_strategy=standalone --strategy=Scalac=worker --strategy=ScroogeRule=worker --worker_max_instances=3
21
test --test_strategy=standalone
22
23
# Below this line, .travis.yml will cat the default bazelrc.
.travis.yml
@@ -14,7 +14,7 @@ env:
14
# we want to test the most recent few releases
15
- V=0.5.3
16
- V=0.5.4
- - V=0.6.0rc2
+ - V=0.6.0
before_install:
- |
0 commit comments