mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Changing configurations for firefox * remove headless * change comments on configurations files * remove unused boolean
19 lines
520 B
YAML
19 lines
520 B
YAML
# For more information on test and runner configurations:
|
|
#
|
|
# * https://github.com/dart-lang/test/blob/master/pkgs/test/doc/configuration.md#platforms
|
|
|
|
platforms:
|
|
- chrome
|
|
- vm
|
|
|
|
presets:
|
|
cirrus:
|
|
override_platforms:
|
|
chrome:
|
|
settings:
|
|
# Required because Cirrus runs us as root.
|
|
# https://chromium.googlesource.com/chromium/src/+/master/docs/design/sandbox.md
|
|
# https://docs.travis-ci.com/user/chrome#Sandboxing
|
|
arguments: --no-sandbox
|
|
reporter: expanded
|