tjfontaine / node-dns

Replacement dns module in pure javascript for node.js
MIT License
585 stars 154 forks source link

add Node 0.10 to Travis #84

Closed bobvanderlinden closed 9 years ago

bobvanderlinden commented 9 years ago

At the moment the build fails for Node 0.9, 0.8, 0.6 because, somehow, verror cannot be installed for these engines. Node 0.10 should work and when the fixes for the unit tests are merged (https://github.com/tjfontaine/node-dns/pull/83) then Travis should be able to run everything succesfully for Node 0.10.

I'm not sure what to do about verror, because that's referenced from http://github.com/tjfontaine/node-buffercursor.

taoeffect commented 9 years ago

Thank you!

bobvanderlinden commented 9 years ago

Thanks for merging!