Skip to content

Commit a5ed9ba

Browse files
authored
Merge pull request #285 from bazelbuild/oscar/test-0_6_0
add 0.6.0 to travis
2 parents 85e154c + 3b2f6d8 commit a5ed9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelrc.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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
20+
build --spawn_strategy=standalone --genrule_strategy=standalone --strategy=Scalac=worker --strategy=ScroogeRule=worker --worker_max_instances=3
2121
test --test_strategy=standalone
2222

2323
# Below this line, .travis.yml will cat the default bazelrc.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# we want to test the most recent few releases
1515
- V=0.5.3
1616
- V=0.5.4
17-
- V=0.6.0rc2
17+
- V=0.6.0
1818

1919
before_install:
2020
- |

0 commit comments

Comments
 (0)