blob: aaab84ca31280c40a2ab4060330b4fdd8a032eba [file] [log] [blame]
language: dart
dart:
- dev
dart_task:
- test
# 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