drop node 4/9 add node 10

This commit is contained in:
Michael Rawlings 2018-06-19 13:21:11 -07:00 committed by GitHub
parent 44c552eead
commit 5b9c84337c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
sudo: false
node_js:
- "4"
- "6"
- "8"
- "9"
- "10"
language: node_js
before_install: "npm i -g npm@latest"
install: "npm ci"