blob: 95e99867ab8c0cfe0e063073c57772c8891ad5eb [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
- stable
- 1.23.0
- 1.22.1
cache:
directories:
- $HOME/.pub-cache
dart_task:
- test: --platform dartium
install_dartium: true
- test: --platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x
- dartfmt
- dartanalyzer
matrix:
exclude:
# Repo was formatted with 1.23.x SDK
- dart: 1.22.1
dart_task: dartfmt
allow_failures:
# VM Tests are flaky – need to investigate
# https://github.com/dart-lang/test/issues/599
- dart_task:
test: --platform vm -x content-shell -x chrome -x firefox -x dartium -x phantomjs --timeout 4x