JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 286 forks source link

Speedup travis builds #565

Closed lgeiger closed 7 years ago

lgeiger commented 7 years ago

This should shorten the build time per job by about 1 minute.

reqshark commented 7 years ago

instead of trying to cache a libzmq build, it might be simpler just build libzmq once per version and use something like nvm to switch and install/test across node.js versions

lgeiger commented 7 years ago

That's a great idea! I don't know how to do this with travis but I'll take a look.

reqshark commented 7 years ago

LGTM, nice work!

ronkorving commented 7 years ago

Really awesome! 👍 @reqshark's dream come true ;)