Skip to content

Commit

Permalink
Updating NodeJS versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rkavalap committed Nov 22, 2016
1 parent 7131abb commit ef48787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
sudo: false
node_js:
- "stable"
- "7"
- "6"
- "4"
script:
- npm run lint
Expand Down

0 comments on commit ef48787

Please sign in to comment.