X Tutup
Skip to content

drop support for Node.js pre-6.0#29

Merged
brody2consult merged 3 commits intoapache:masterfrom
n1ru4l:remove-deprecated-node-versions
Dec 19, 2018
Merged

drop support for Node.js pre-6.0#29
brody2consult merged 3 commits intoapache:masterfrom
n1ru4l:remove-deprecated-node-versions

Conversation

@n1ru4l
Copy link
Contributor

@n1ru4l n1ru4l commented Dec 9, 2018

#17

@brody2consult
Copy link

#17

part of #20

@brody2consult brody2consult 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
@brody2consult
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

@brody2consult brody2consult 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 (#20)

otherwise LGTM

.travis.yml Outdated
- 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.

@brody2consult brody2consult 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

X Tutup