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

Get Travis to build for iojs as well #318

Merged
merged 2 commits into from
Aug 5, 2015
Merged

Conversation

gagern
Copy link
Contributor

@gagern gagern commented Jul 10, 2015

Do you want Travis to build against io.js?

The problem with node-gyp not working with iojs can be solved by using the version shipped with iojs, not the version from the latest npm we install separately. See nodejs/node#433 for details. So we update npm to latest upstream only for old versions of node.js, not for the current version or for iojs.

gagern added 2 commits July 10, 2015 11:16
The problem with node-gyp not working with iojs can be solved by using the
version shipped with iojs, not the version from the latest npm we install
separately.  See nodejs/node#433 for details.
So we update npm to latest upstream only for old versions of node.js,
not for the current version or for iojs.
Compiling against io.js 3.0.0 yields tons of errors with v8.h.
defunctzombie added a commit that referenced this pull request Aug 5, 2015
travis: test on iojs as well
@defunctzombie defunctzombie merged commit e46a024 into libxmljs:master Aug 5, 2015
@defunctzombie
Copy link
Collaborator

👍

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