-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Add support for io.js #4811
Comments
What is the status of Travis CI supporting io.js? I'd vote for waiting to put it in until it was able to be tested with the same rigor as the node engine. |
Support for io.js needs to land in nvm before it can be used on Travis-CI. Extending on what @jgable said, io.js is (obviously) really new, and there's going to have to be a bit of lag while tooling catches up and the dust settles. At the point when we can easily install it we'll be able to give it a shakedown and see what kind of issues we have with our dependencies, ES6 feature conflicts, etc. |
As it stands right now the sqlite3 dependency won't build with io.js. Unless the dependencies work properly with io.js there's barely anything we on Ghost can do to support io.js. |
@halfdan You're right, but it seems it'll be fixed soon TryGhost/node-sqlite3#385. |
👍 |
1 similar comment
+1 |
Supposedly travis is going to ship a new version of nvm with io.js support on Tuesday. Happy to pick this up and add io.js to the builds. Which, I think, for now should be an allowed failure. Suggestions? |
@halfdan it seems travis is ok now: http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#io.js-support. |
+1 |
Sadly they rescheduled the update. Got the PR ready just waiting for Travis to push the change again. |
👍 |
closes TryGhost#4811, refs TryGhost#4240 - Bump sqlite3 dependency to 3.0.5 - Add node 0.12 and io.js build
fixes TryGhost#4811, refs TryGhost#4240 - Add v0.12 to the build - Fix express tests to work with iojs/0.12 - Add iojs-v1.2.0 to the build matrix
fixes TryGhost#4811, refs TryGhost#4240 - Add v0.12 to the build - Fix express tests to work with iojs/0.12 - Add iojs-v1.2.0 to the build matrix
At this moment Ghost works only with Node v0.10.x.
The text was updated successfully, but these errors were encountered: