blob: cae5503210581e9116fea112bea9b4db874953ce [file] [log] [blame]
language: dart
dart:
- 2.0.0
- dev
dart_task:
- dartfmt
- dartanalyzer
# TODO: reinstate tests once https://github.com/dart-lang/http_retry/issues/6 is fixed
# - test: --platform vm
# xvfb: false
# # Uncomment this line to run tests on the browser.
# - test: --platform firefox
# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]
cache:
directories:
- $HOME/.pub-cache