Travis: add Node.js 10.x to the build matrix
This commit is contained in:
parent
c479be7069
commit
26c795fdea
|
@ -3,5 +3,6 @@ language: node_js
|
|||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
after_success: npm run coverage
|
||||
|
|
Loading…
Reference in New Issue