Build both node v7 & v8 on travis CI

Remove node v5 due to no LTS.
This commit is contained in:
Daniel Tseng 2017-06-03 16:15:52 +08:00 committed by GitHub
parent a6174d45a0
commit bbe896cdab

View file

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