chore: update CI to Node v9 (#811)

Fixes #799
This commit is contained in:
Nate Fischer 2018-01-11 00:21:20 -08:00 committed by GitHub
parent a2343d0eab
commit 0b65d2a06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ env:
- NODE_VERSION="6"
- NODE_VERSION="7"
- NODE_VERSION="8"
- NODE_VERSION="9"
# keep this blank to make sure there are no before_install steps
before_install:

View File

@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'