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

Update CI to include node 4, 6, 8, nightly, CC nightly #49

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

jasongin
Copy link
Member

Travis run: https://travis-ci.org/jasongin/node-addon-api/builds/237732241
AppVeyor run: https://ci.appveyor.com/project/jasongin/node-api/build/3

All jobs in the matrix are passing with the exception of those that use node nightly builds, which fail due to nodejs/build#743

- nvs add $NODEJS_VERSION
- nvs use $NODEJS_VERSION
- node --version
- npm --version
Copy link
Member

Choose a reason for hiding this comment

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

curious - Is this just use to log which node/npm version was used?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, just for reference when something fails. Most CI scripts I've seen do this.

@kunalspathak
Copy link
Member

:shipit:

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

I still want us to get testing running in the Node.js CI infrastructure to get proper platform coverage. But no objection to this as well. LGTM.

@jasongin jasongin merged commit db199d8 into nodejs:master Jun 1, 2017
@jasongin jasongin deleted the ci branch June 1, 2017 16:41
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.

5 participants