blob: c15fd3318a09e18a55737707dc2d8f946c1c6b1b [file] [log] [blame]
language: dart
dart:
- dev
dart_task:
- test: --platform vm,firefox
# Only run one instance of the formatter and the analyzer, rather than running
# them against each Dart version.
matrix:
include:
- dart: dev
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