blob: 481e06250576ad50ffe7fb2e2c0df39bd7412525 [file] [log] [blame]
language: dart
dart:
- dev
dart_task:
- test: --platform vm,chrome
- dartfmt
- dartanalyzer: --fatal-warnings --fatal-hints .
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache