Skip to content

Commit

Permalink
fix(node-versions): Add more node versions to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 23, 2017
1 parent d546e45 commit 399a12d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ notifications:
email: false
node_js:
- '4'
- '5'
- '6'
- '7'
before_install:
- npm i -g npm@^2.0.0
before_script:
Expand Down

0 comments on commit 399a12d

Please sign in to comment.