Skip to content

Commit

Permalink
Test on Chrome on Travis (flutter#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Nov 2, 2018
1 parent ffc0545 commit 62fc078
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
language: dart
sudo: false

dart:
- dev
- stable
cache:
directories:
- $HOME/.pub-cache

dart_task:
- test: --platform vm
- test: --platform firefox
- test: --platform chrome
- dartanalyzer
- dartfmt

matrix:
exclude:
- dart: dev
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 62fc078

Please sign in to comment.