chore: remove node_js version 4.0 & 5.0 on .travis.yml

This commit is contained in:
Zongmin Lei
2020-07-23 17:28:05 +08:00
parent ad66b19834
commit 5f2bacf590

View File

@@ -2,8 +2,8 @@ language: node_js
node_js:
# - 0.10
# - 0.12
- 4.0
- 5.0
# - 4.0
# - 5.0
- 6.0
- 7.0
- 8.0