Updating NodeJS versions in travis

This commit is contained in:
rkavalap
2016-11-22 08:09:51 -08:00
parent 7131abb9f5
commit ef48787fad

View File

@@ -1,7 +1,8 @@
language: node_js
sudo: false
node_js:
- "stable"
- "7"
- "6"
- "4"
script:
- npm run lint