blob: 04b3dd19ccea90045db057aad0bac8e5006c2bbd [file] [log] [blame]
language: dart
sudo: false
dart:
- stable
- dev
dart_task:
- test: -p vm
- test: -p firefox
- test: -p 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