Build: Test on Node 10, stop testing on Node 4 & 9

Node.js 4 & 9 are ending their life, Node.js 10 has just been released.

Closes gh-4057
This commit is contained in:
Michał Gołębiowski-Owczarek
2018-04-25 09:55:38 +02:00
committed by GitHub
parent 9a5b3b6ed0
commit 7646836577

View File

@@ -1,10 +1,9 @@
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
addons:
chrome: stable
env: