add node 7 to travis config

This commit is contained in:
Kevin Qi 2017-10-13 22:20:28 -07:00
parent a5161b5623
commit 3dfbed5bd1

View File

@ -2,6 +2,7 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
script:
- npm run lint
- npm test