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_js:
- stable
- "4.0"
- "5"
- "4"
- iojs
- "0.10"
- "0.12"