Travis: enable Node.js 10.x
This is a follow-up for #43 which added Node.js 10 to supported engines.
This commit is contained in:
parent
f561dc5296
commit
5931f5351f
|
@ -3,3 +3,4 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "8"
|
- "8"
|
||||||
|
- "10"
|
||||||
|
|
Loading…
Reference in New Issue