blob: 4a65230d66bd9f17e2f603bb9a3415327f183ecd [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
dart_task:
- test: --platform vm,firefox
# 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