blob: d164a30bd7dfdfee2748d70701b7b4a2840a3d1c [file] [log] [blame]
language: dart
dart:
- 2.1.0
- dev
dart_task:
- test
- dartanalyzer: --fatal-infos --fatal-warnings .
# 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
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache