blob: dbb7c4a8165fd1351f43fefd4d3e6b8db727ed4f [file] [log] [blame]
language: dart
dart:
- 2.6.0
- dev
dart_task:
# Using the expanded reporter to work-around
# https://github.com/dart-lang/markdown/issues/191
- test: --reporter expanded
xvfb: false
- dartanalyzer: --fatal-warnings --fatal-infos .
matrix:
include:
# Only validate formatting using the dev release
- dart: dev
dart_task: dartfmt
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache