Skip to content

Commit

Permalink
test(travis): add node 7 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Mar 5, 2017
1 parent 41b9391 commit 266769d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0"
- "6.0"
- "4"
- "6"
- "7"

before_install:
- 'if [ "$TRAVIS_NODE_VERSION" != "0.10" -a "$TRAVIS_NODE_VERSION" != "0.12" ]; then npm update npm -g; fi'
Expand Down

0 comments on commit 266769d

Please sign in to comment.