Add node8 support for travis
This commit is contained in:
parent
2ab4a26396
commit
542c6e885c
|
@ -3,5 +3,6 @@ language: node_js
|
|||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
|
||||
after_success: npm run coverage
|
||||
|
|
Loading…
Reference in New Issue