Skip to content

Commit 92a6548

Browse files
authored
Switch Travis-CI to use Chrome over Firefox (#436)
Less flaky
1 parent 9063ba3 commit 92a6548

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
- 2.4.0
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: --fatal-infos --fatal-warnings .
1310

1411
matrix:

0 commit comments

Comments
 (0)