Skip to content
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

drop support for Node.js pre-6.0 #29

Merged
merged 3 commits into from
Dec 19, 2018

Conversation

n1ru4l
Copy link
Contributor

@n1ru4l n1ru4l commented Dec 9, 2018

#17

@brody4hire
Copy link

#17

part of #20

@brody4hire brody4hire changed the title remove deprecated node versions from travis and adjust node engines field drop support for Node.js pre-6.0 Dec 9, 2018
@brody4hire
Copy link

I just made the title much more succinct. We would very likely do a "squash merge" which would use the title if there are more than a single commit.

Copy link

@brody4hire brody4hire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • more succinct title, like I proposed (feel free to change it again)
  • remove extra steps from .travis.yml
  • needs to be part of major release (Major update proposal #20)

otherwise LGTM

.travis.yml Outdated
@@ -17,7 +13,6 @@ install:
- nvm --version
- node --version
- npm --version
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
- npm install
- node --version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra node --version & npm --version steps can go away if we drop the conditional nvm install --latest-npm 0.8 step.

@brody4hire brody4hire merged commit b396eb0 into apache:master Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants