mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
3dbed884c2
Change-Id: Ib25573375ea1f54e07846af6fcd9cd74a8fefb7a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/250784 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com>
29 lines
738 B
YAML
29 lines
738 B
YAML
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
name: test_runner
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
args: any
|
|
collection: any
|
|
dart2js_tools: any
|
|
package_config: any
|
|
path: any
|
|
pool: any
|
|
smith: any
|
|
status_file: any
|
|
webdriver: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
analyzer: any
|
|
expect: any
|
|
glob: any
|
|
lints: any
|