Merge pull request #3343 from ntwb/patch-1

Travis CI: Switch from deprecated `stable` NodeJS to latest 4.x.x & 5.x.x
This commit is contained in:
Henry Zhu 2016-02-09 23:20:59 -05:00
commit 77a36633be

View File

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