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:
parent
afce6253bc
commit
606c8d05fd
@ -8,8 +8,8 @@ cache:
|
||||
- node_modules
|
||||
|
||||
node_js:
|
||||
- stable
|
||||
- "4.0"
|
||||
- "5"
|
||||
- "4"
|
||||
- iojs
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user