Skip to content

Commit aa582bc

Browse files
kevmoonex3
authored andcommitted
Don't test Dartium on Travis (flutter#17)
1 parent a76e058 commit aa582bc

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
language: dart
22

3-
# Speed up builds by using containerization.
4-
sudo: false
5-
63
dart:
74
- dev
85
- stable
96

107
# See https://docs.travis-ci.com/user/languages/dart/ for details.
118
dart_task:
12-
- test: --platform vm,dartium,firefox
9+
- test: --platform vm,firefox
1310
install_dartium: true
1411
- dartanalyzer
1512

16-
# Only building master means that we don't run two builds for each pull request.
17-
branches:
18-
only: [master]
19-
2013
matrix:
2114
include:
2215
- dart: stable
2316
dart_task: dartfmt
2417

18+
# Only building master means that we don't run two builds for each pull request.
19+
branches:
20+
only: [master]
21+
2522
cache:
2623
directories:
2724
- $HOME/.pub-cache

0 commit comments

Comments
 (0)