Skip to content

Commit

Permalink
chore(misc): add Node 7 to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DxCx committed Jan 19, 2017
1 parent 454e2a4 commit e781d5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "6"
- "4"
- "6"
- "7"

install:
- npm install -g npm@3
- npm install -g coveralls
Expand Down

0 comments on commit e781d5c

Please sign in to comment.