-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated compatibility code. #1670
Conversation
test/docker.sh
Outdated
@@ -3,7 +3,6 @@ | |||
#set -e | |||
|
|||
test_node_versions="0.8.28 0.10.40 0.12.7 4.3.0 5.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be updating these (perhaps in a different PR) to in support versions of Node.js?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good idea. I could do that as a separate commit or a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good idea. I could do that as a separate commit or a separate PR.
Your choice 😄
Updated after some delay... CI: https://ci.nodejs.org/view/All/job/nodegyp-test-pull-request/116/ (edit: green!) |
* Remove support for the IOJS_ORG_MIRROR, NVM_IOJS_ORG_MIRROR and NVM_NODEJS_ORG_MIRROR enviroment variables. * Remove obsolete support for io.js. It's been out of support for over three years now. PR-URL: #1670 Reviewed-By: Richard Lau <[email protected]>
PR-URL: #1670 Reviewed-By: Richard Lau <[email protected]>
Remove support for the IOJS_ORG_MIRROR, NVM_IOJS_ORG_MIRROR
and NVM_NODEJS_ORG_MIRROR enviroment variables.
Remove obsolete support for io.js. It's been out of support
for over three years now.