blob: 29d4769759147d7076a93f7e5221fae8c7960d9c [file] [log] [blame]
language: dart
dart:
# - 2.10.0
# Disabling stable for now since we rely on a null safety version of test.
- dev
dart_task:
- test
- dartfmt
- dartanalyzer
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache