Add node.js 9 to .travis.yml

This commit is contained in:
Calvin Montgomery 2017-12-27 14:24:57 -08:00
parent 95e147b5a0
commit 8a8532fc84
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ addons:
env:
- CXX="g++-4.8"
node_js:
- "9"
- "8"
- "7"
- "6"