travis: drop Node.js 7.x, add 8.x
This commit is contained in:
parent
619a0e468d
commit
3915c49a89
|
@ -3,7 +3,7 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
- "7"
|
- "8"
|
||||||
|
|
||||||
after_success: npm run coverage
|
after_success: npm run coverage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue