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 0bac7fe commit 10564c6Copy full SHA for 10564c6
.bazelrc.travis
@@ -17,8 +17,8 @@ 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 --strategy=Scalac=worker --strategy=ScroogeRule=worker --worker_max_instances=3
21
-test --test_strategy=standalone
+build --strategy=Scalac=worker --strategy=ScroogeRule=worker --worker_max_instances=3
+#test --test_strategy=standalone
22
23
# Below this line, .travis.yml will cat the default bazelrc.
24
# This is needed so Bazel starts with the base workspace in its
0 commit comments