blob: 697317e1726698aec327c9a22adf6949a0fe6c94 [file] [log] [blame]
language: dart
dart:
- dev
dart_task:
- dartfmt
- dartanalyzer
- test
# Only run one instance of the formatter and the analyzer, rather than running
# them against each Dart version.
matrix:
exclude:
- dart: stable
dart_task: dartfmt
- dart: stable
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