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 1
1
language : dart
2
2
sudo : false
3
3
dart :
4
- - " dev/raw/latest"
5
4
- stable
5
+ - " dev/raw/latest"
6
6
env :
7
- - DARTDOC_BOT=main
8
- - DARTDOC_BOT=packages
9
7
- DARTDOC_BOT=flutter
10
- - DARTDOC_BOT=sdk-docs
11
8
- DARTDOC_BOT=sdk-analyzer
9
+ - DARTDOC_BOT=main
10
+ - DARTDOC_BOT=sdk-docs
11
+ - DARTDOC_BOT=packages
12
12
script : ./tool/travis.sh
13
13
14
14
os :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ final String defaultPubCache =
40
40
/// Run no more than the number of processors available in parallel.
41
41
final MultiFutureTracker testFutures = new MultiFutureTracker (
42
42
Platform .environment.containsKey ('TRAVIS' )
43
- ? 1
43
+ ? 2
44
44
: Platform .numberOfProcessors);
45
45
46
46
// Directory.systemTemp is not a constant. So wrap it.
You can’t perform that action at this time.
0 commit comments