-
Notifications
You must be signed in to change notification settings - Fork 212
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
io.js (old node versions) bug !! #154
Comments
Then the versions should be specified with the |
Note that nvm.sh (and thus travis-ci) automatically supports |
Thank you guys for the quick answer ❤️ .. |
I don't think there is a way to do it without changes to nvs or Travis CI to better support this scenario. But is it even worth it? How many package maintainers are still supporting such old node versions? |
I know this, I am working on a package that should be compatible with all versions of Node JS supported by Express JS .. So, I will override these releases because as you know the problem isn't with the package but by using the NVS inside Travis CI. Thank you again guys. |
I'm supporting down to node 0.6 on over 250 packages, including all iojs majors ¯\_(ツ)_/¯ |
I used travis ci for my project with this config:
All versions succeeded on all platforms except 3 versions on Windows ( 1.8, 2.5 and 3.3 ).
There is a notification that the NODE version isn't in the remote 🤔 !!
check here.
screenshots:
success :
failed:
The text was updated successfully, but these errors were encountered: