Add node8 support for travis

This commit is contained in:
loay 2017-08-30 09:27:05 -04:00
parent 2ab4a26396
commit 542c6e885c
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "8"
after_success: npm run coverage