blob: 771157120d3b3a9d49d088bbfb422d22b7e01588 [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
- stable
dart_task:
- test: --platform vm
- test: --platform firefox
# Only run one instance of the formatter and the analyzer, rather than running
# them against each Dart version.
matrix:
include:
- dart: stable
dart_task: dartfmt
- dart: dev
dart_task: dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache