blob: 3456f5b4d5447dd40c0a02650548eef9321e169b [file] [log] [blame]
language: dart
sudo: false
dart:
- stable
- 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