Travis: add Node.js 8.x + 10.x to the build matrix
This commit is contained in:
parent
5231b0cb27
commit
ffc06e3ce1
|
@ -2,3 +2,5 @@ sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
|
- "8"
|
||||||
|
- "10"
|
||||||
|
|
Loading…
Reference in New Issue