basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Expand node versions to test against for Travis. #186

Closed christophermancini closed 7 years ago

lukebakken commented 7 years ago

Are these the officially supported versions?

christophermancini commented 7 years ago

@lukebakken v4 is in maintenance as LTS till 4/2018 and v6 is the new current LTS. Also, IO.js is apparently a significant fork of node. node and iojs grab the latest stable of their respective projects.

https://github.com/nodejs/LTS#lts-schedule

lukebakken commented 7 years ago

iojs merged back into node.js in version 4, so I don't think we need that.

christophermancini commented 7 years ago

Ah, ok, didn't catch that. I will remove that one. Surprised Travis still has it listed in the docs then.

lukebakken commented 7 years ago

:shipit: with that one change