Skip to content

Commit 10564c6

Browse files
johnynekittaiz
authored andcommitted
Disable standalone mode on travis
1 parent 0bac7fe commit 10564c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bazelrc.travis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ build --verbose_failures
1717
# runs stuff in a container, and since Travis already runs its script
1818
# in a container (unless you require sudo in your .travis.yml) this
1919
# 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
20+
build --strategy=Scalac=worker --strategy=ScroogeRule=worker --worker_max_instances=3
21+
#test --test_strategy=standalone
2222

2323
# Below this line, .travis.yml will cat the default bazelrc.
2424
# This is needed so Bazel starts with the base workspace in its

0 commit comments

Comments
 (0)