blob: fff84941af24d475ce81fcae27200846e451e896 [file] [log] [blame]
language: dart
sudo: false
dart:
- dev
- stable
- 1.22.1
- 1.21.1
dart_task:
- test: -p vm
- test: -p firefox
- test: -p dartium
install_dartium: true
- dartanalyzer
matrix:
include:
# Only validate formatting using the dev release
# Formatted with 1.23.0+ which has (good) changes since 1.22.1
- dart: dev
dart_task: dartfmt
cache:
directories:
- $HOME/.pub-cache