-
Notifications
You must be signed in to change notification settings - Fork 664
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 4 on travis #784
Add node 4 on travis #784
Conversation
@@ -3,6 +3,7 @@ sudo: false | |||
node_js: | |||
- '0.10' | |||
- '0.12' | |||
- '4.0' |
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.
replace by stable
If the build is already passing in |
Already passing with error when install phantomjs https://travis-ci.org/Swiip/generator-gulp-angular/jobs/80208134#L501 |
@@ -3,6 +3,7 @@ sudo: false | |||
node_js: | |||
- '0.10' | |||
- '0.12' | |||
- stable | |||
- iojs |
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.
Remove iojs ?
Build with node v4 stable fail because socket.io must update depencie engine.io to 1.5.4 socketio/socket.io#2228 |
Done |
Just for fun :)