Skip to content

Commit 50985d7

Browse files
authored
Fix Travis CI (#1149)
2 parents 4f1f5c9 + b826bd3 commit 50985d7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ jobs:
9090
os: windows
9191
- <<: *node-tests
9292
os: osx
93-
- <<: *node-tests
94-
name: Node tests | Dart dev | Node 14
95-
env: DART_CHANNEL=dev
93+
94+
# TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363
95+
# is fixed.
96+
# - <<: *node-tests
97+
# name: Node tests | Dart dev | Node 14
98+
# env: DART_CHANNEL=dev
9699

97100
# Miscellaneous checks.
98101
- name: static analysis

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ dev_dependencies:
4545
stream_channel: ">=1.0.0 <3.0.0"
4646
test_descriptor: "^1.1.0"
4747
test_process: "^1.0.0-rc.1"
48-
test: ">=0.12.42 <2.0.0"
48+
# TODO(nweiz): Allow higher versions of test once dart-lang/test#1382 is
49+
# fixed.
50+
test: ">=0.12.42 <1.15.5"
4951
yaml: "^2.0.0"

0 commit comments

Comments
 (0)