Travis CI: Switch from deprecated stable NodeJS to latest 4.x.x & 5.x.x

• `stable` is deprecated, see https://github.com/creationix/nvm#usage
• Switch from `4.0` to `4` to use the latest v4.x.x LTS branch
• Switch from `stable` to `5` to use the latest v5.x.x "stable" branch
This commit is contained in:
Stephen Edgar 2016-02-10 14:13:21 +11:00
parent afce6253bc
commit 606c8d05fd

View File

@ -8,8 +8,8 @@ cache:
- node_modules
node_js:
- stable
- "4.0"
- "5"
- "4"
- iojs
- "0.10"
- "0.12"