Travis: remove node v7 due to no LTS and add v8 due to active LTS

This commit is contained in:
sapics 2018-09-14 15:28:55 +09:00
parent a61e83edf2
commit 49271b3f92

View file

@ -2,7 +2,7 @@ language: node_js
# Follow https://github.com/nodejs/LTS to decide when to remove a version
node_js:
- stable
- '7'
- '8'
- '6'
- '4'
sudo: false