Skip to content

Commit

Permalink
Don't test Dartium on Travis (flutter#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored and nex3 committed Feb 20, 2018
1 parent a76e058 commit aa582bc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
language: dart

# Speed up builds by using containerization.
sudo: false

dart:
- dev
- stable

# See https://docs.travis-ci.com/user/languages/dart/ for details.
dart_task:
- test: --platform vm,dartium,firefox
- test: --platform vm,firefox
install_dartium: true
- dartanalyzer

# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]

matrix:
include:
- dart: stable
dart_task: dartfmt

# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]

cache:
directories:
- $HOME/.pub-cache

0 comments on commit aa582bc

Please sign in to comment.