File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11language : dart
22sudo : false
33dart :
4- - " dev/raw/latest"
54 - stable
5+ - " dev/raw/latest"
66env :
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
1212script : ./tool/travis.sh
1313
1414os :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ final String defaultPubCache =
4040/// Run no more than the number of processors available in parallel.
4141final 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.
You can’t perform that action at this time.
0 commit comments