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

upgrade to NANv2 #123

Merged
merged 2 commits into from Aug 28, 2015
Merged

upgrade to NANv2 #123

merged 2 commits into from Aug 28, 2015

Conversation

julianduque
Copy link
Contributor

Add support for io.js 3.0.0 and the upcoming Node.js 4.0.0

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

Yes! this will fix #121

@sonnyp
Copy link
Contributor

sonnyp commented Aug 28, 2015

@julianduque thanks!
Could you just replace "iojs-v2.5.0" with "iojs" in .travis.yml ?

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

@sonnyp #124

@julianduque
Copy link
Contributor Author

@c4milo @sonnyp it should use g++-4.8 on travis, check this for reference: justinlatimer/node-midi@6b2fff5

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

@julianduque @sonnyp I already upgraded .travis.yml to use g++ 4.8, it's failing right now because this PR hasn't been merged.

@julianduque
Copy link
Contributor Author

Added the travis update in this PR, thanks @c4milo

@julianduque
Copy link
Contributor Author

@sonnyp @c4milo done with all io.js versions

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

💃

@@ -1,12 +1,25 @@
sudo: false
sudo: required
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

to install g++-4.8, it's required due newer versions of V8

Copy link
Contributor

Choose a reason for hiding this comment

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

sudo is not needed for installation of packages via travis apt addon

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thought it was required, I rollback the value back to false then

@sonnyp
Copy link
Contributor

sonnyp commented Aug 28, 2015

@c4milo @julianduque out of curiosity; why should it use GCC 4.8?

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

@sonnyp the short version is that newer versions of node requires it and travis comes with an older version of gcc.

sonnyp added a commit that referenced this pull request Aug 28, 2015
@sonnyp sonnyp merged commit 9daf70f into xmppo:master Aug 28, 2015
@sonnyp
Copy link
Contributor

sonnyp commented Aug 28, 2015

thanks a lot; released/published as 2.3.9

@c4milo
Copy link
Contributor

c4milo commented Aug 28, 2015

\o/, thanks for reviewing @sonnyp!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants