Fix Travis CI (#1149)

This commit is contained in:
Natalie Weizenbaum 2020-11-19 16:17:54 -08:00 committed by GitHub
commit 50985d733b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -90,9 +90,12 @@ jobs:
os: windows
- <<: *node-tests
os: osx
- <<: *node-tests
name: Node tests | Dart dev | Node 14
env: DART_CHANNEL=dev
# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363
# is fixed.
# - <<: *node-tests
# name: Node tests | Dart dev | Node 14
# env: DART_CHANNEL=dev
# Miscellaneous checks.
- name: static analysis

View File

@ -45,5 +45,7 @@ dev_dependencies:
stream_channel: ">=1.0.0 <3.0.0"
test_descriptor: "^1.1.0"
test_process: "^1.0.0-rc.1"
test: ">=0.12.42 <2.0.0"
# TODO(nweiz): Allow higher versions of test once dart-lang/test#1382 is
# fixed.
test: ">=0.12.42 <1.15.5"
yaml: "^2.0.0"