Skip to content

Commit 309990f

Browse files
authored
Merge pull request flutter#13 from dart-lang/fix-tests
Fix Travis
2 parents 0f37053 + 87ca4da commit 309990f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
language: dart
22
sudo: false
3-
dart:
4-
- dev
5-
- stable
3+
dart: dev
64

75
dart_task:
86
- test: --platform vm
97
- test: --platform firefox -j 1
10-
- test: --platform dartium
11-
install_dartium: true
128
- dartanalyzer
139

1410
matrix:

0 commit comments

Comments
 (0)