Re-enable testing against Node stable (#661)

laverdet/node-fibers#409 has been fixed in Fibers 4.0.0.
This commit is contained in:
Natalie Weizenbaum 2019-04-30 13:53:35 -07:00 committed by GitHub
parent 407eefded1
commit 2ca00e8828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -72,10 +72,9 @@ jobs:
# #
# [this issue]: https://travis-ci.community/t/windows-instances-hanging-before-install/250/28. # [this issue]: https://travis-ci.community/t/windows-instances-hanging-before-install/250/28.
- &node-tests - &node-tests
name: Node tests | Dart stable | Node 11 name: Node tests | Dart stable | Node stable
language: node_js language: node_js
# TODO(nweiz): Make this "stable" when laverdet/node-fibers#409 is fixed. node_js: stable
node_js: 11
install: pub run grinder before-test install: pub run grinder before-test
script: tool/travis/task/node_tests.sh script: tool/travis/task/node_tests.sh
- <<: *node-tests - <<: *node-tests

View File

@ -6,7 +6,7 @@
"devDependencies": { "devDependencies": {
"node-sass": "^4.11.0", "node-sass": "^4.11.0",
"chokidar": "^2.0.0", "chokidar": "^2.0.0",
"fibers": ">=1.0.0 <4.0.0", "fibers": ">=1.0.0 <5.0.0",
"intercept-stdout": "^0.1.2" "intercept-stdout": "^0.1.2"
} }
} }