blob: b202aac3e870f19342d2713e65770485bf0ae0b9 [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
- stable
- 1.22.0
dart_task:
- test: --platform vm
- test: --platform firefox
- test: --platform dartium
install_dartium: true
- dartfmt
- dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache