Skip to content

Commit

Permalink
Fix Travis CI (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Nov 20, 2020
2 parents 4f1f5c9 + b826bd3 commit 50985d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion pubspec.yaml
Expand Up @@ -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"

0 comments on commit 50985d7

Please sign in to comment.