-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 node up to v4.2 to travis. Add intellij stuff to gitignore #1068
Conversation
- node_js: "0.10" | ||
- node_js: "0.12" | ||
- node_js: "4.0" | ||
- node_js: "4.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are odd releases still considered 'unstable'? If so, I don't think we need to include that here.
Maybe we could only include v4.2.* since it is the LTS version. But there is no more unstable release. Instead odd version are not LTS. |
fail 0.8 fail 0.8 Only last node v4
I thought about it, maybe the best solution is to only target node v4. I don't believe there will be any major change between v4.2.X and v5. I'll try to investigate the v0.8 problem it seems to be related to npm. But for now I think it is the best to allow failure on this version. |
Removed node v0.8
Removed node v0.8 cc #1070 |
I'm a fan. I don't normally like adding IDE files to the git ignore (should be using a local global ignore for that), but I'll let it go as long as @technicalpickles doesn't object. |
👍 |
Add node up to v4.2 to travis. Add intellij stuff to gitignore
See issue #1050