blob: 88763de4a66757f32835c4c379b3bd5501febd33 [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
dart_task:
# Using the expanded reporter to work-around
# https://github.com/dart-lang/markdown/issues/191
- test: --reporter expanded
xvfb: false
- 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