Enable Node.js 10.x on Travis CI
This commit is contained in:
parent
59b14093c5
commit
36ef35dd60
|
@ -4,6 +4,7 @@ node_js:
|
|||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
after_success: npm run coverage
|
||||
|
||||
|
|
Loading…
Reference in New Issue