Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit beda7b3

Browse files
committed
nits
1 parent b69c03e commit beda7b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ dart:
55
- stable
66

77
dart_task:
8-
- test: --platform vm
9-
# No parallelism on Firefox (-j 1)
10-
# Causes flakiness – need to investigate
11-
- test: --platform firefox -j 1
8+
- test: --platform vm,chrome
129
- dartanalyzer
1310

1411
matrix:

0 commit comments

Comments
 (0)