Skip to content

Commit

Permalink
Allow chrome tests to fail (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 18, 2018
1 parent 46077ac commit da053fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ dart_task:
- test: --platform chrome
- test: --platform dartium
install_dartium: true
- dartanalyzer

matrix:
include:
- dart: dev
dart_task: dartfmt
- dart: dev
dart_task: dartanalyzer
- dart: stable
dart_task: dartanalyzer
# TODO(travis-ci/travis-ci#8836): Remove once the travis issue is resolved.
allow_failures:
- dart_task:
test: --platform chrome

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

0 comments on commit da053fe

Please sign in to comment.