We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed9052a + 9f2b75b commit 5957a57Copy full SHA for 5957a57
.travis.yml
@@ -64,8 +64,7 @@ jobs:
64
env: DART_CHANNEL=dev
65
- <<: *dart-tests
66
os: windows
67
- # Work around dart-lang/sdk#38334 until 2.6.0 stable lands
68
- env: DART_CHANNEL=dev
+ env: DART_CHANNEL=stable
69
70
os: osx
71
@@ -92,9 +91,10 @@ jobs:
92
91
node_js: lts/dubnium
93
- <<: *node-tests
94
95
- - <<: *node-tests
96
- name: Node tests | Dart dev | Node stable
97
+ # TODO(nweiz): Re-enable this when dart-lang/sdk#40152 is fixed.
+ # - <<: *node-tests
+ # name: Node tests | Dart dev | Node stable
+ # env: DART_CHANNEL=dev
98
99
# Miscellaneous checks.
100
- name: static analysis
0 commit comments