tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

travis: remove node 0.6 testing #94

Closed buschtoens closed 10 years ago

buschtoens commented 10 years ago

I'm not saying, that we want to drop support for Node v0.6, but I would like to drop active support for it, in terms of backwards compatibility issues, if any.

The last version of the 0.6 branch is v0.6.8 and it was published on 20 Jan 2012. That's 2 years ago. People should've really got their shit together by now and update to a newer version.

It seems like even the npm registry is moving away from 0.6 as no npm install will work without additional help. That is why all Travis builds for 0.6 are failing. And that is, why I want to remove the test runner for 0.6. It just costs Travis additional ressources, that could be used otherwise.

sebs commented 10 years ago

erm .. yes. Afaik travis is not even building .6 anymore.

buschtoens commented 10 years ago

@sebs Well, they try. But they fail in 99 % of the cases, as the npm install doesn't work anymore. So I guess you're +1?