Skip to content

Commit b39e7f4

Browse files
authored
Use parallelism on travis and reorder bots (#1802)
1 parent 9bcf597 commit b39e7f4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
language: dart
22
sudo: false
33
dart:
4-
- "dev/raw/latest"
54
- stable
5+
- "dev/raw/latest"
66
env:
7-
- DARTDOC_BOT=main
8-
- DARTDOC_BOT=packages
97
- DARTDOC_BOT=flutter
10-
- DARTDOC_BOT=sdk-docs
118
- DARTDOC_BOT=sdk-analyzer
9+
- DARTDOC_BOT=main
10+
- DARTDOC_BOT=sdk-docs
11+
- DARTDOC_BOT=packages
1212
script: ./tool/travis.sh
1313

1414
os:

tool/grind.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ final String defaultPubCache =
4040
/// Run no more than the number of processors available in parallel.
4141
final MultiFutureTracker testFutures = new MultiFutureTracker(
4242
Platform.environment.containsKey('TRAVIS')
43-
? 1
43+
? 2
4444
: Platform.numberOfProcessors);
4545

4646
// Directory.systemTemp is not a constant. So wrap it.

0 commit comments

Comments
 (0)