expressjs / serve-static

Serve static files
MIT License
1.39k stars 228 forks source link

Remove Travis test on Nodejs 0.8 and add "stable" #51

Closed madarche closed 8 years ago

dougwilson commented 8 years ago

Sorry, we are not dropping support for Node.js 0.8

madarche commented 8 years ago

Sorry :-\ That was because Travis seems to have regular problems with Node.js 0.8.

dougwilson commented 8 years ago

I can address it, as it's just Node.js 0.8 + istanbul. The tests fail for this repo because it hasn't been touched in a while and instanbul and it's dependencies use those dumb ^-style dependencies, breaking things that used to work.

dougwilson commented 8 years ago

Ok, tests should pass now with the latest commit.