blob: 1acfc69f3eef10de4010b31917e30aaa6fde8309 [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