test(travis): add node 7 to travis

This commit is contained in:
Estevao Soares dos Santos 2017-03-05 05:23:20 +00:00
parent 41b93915af
commit 266769dfbf

View File

@ -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'