We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c5509 commit 2694a37Copy full SHA for 2694a37
.travis.yml
@@ -5,7 +5,11 @@ dart:
5
- dev
6
7
dart_task:
8
- - test: --preset travis
+ - test: --preset travis --total-shards 5 --shard-index 0
9
+ - test: --preset travis --total-shards 5 --shard-index 1
10
+ - test: --preset travis --total-shards 5 --shard-index 2
11
+ - test: --preset travis --total-shards 5 --shard-index 3
12
+ - test: --preset travis --total-shards 5 --shard-index 4
13
- dartfmt
14
- dartanalyzer
15
0 commit comments