Skip to content

Commit

Permalink
chore: update CI to Node v9 (#811)
Browse files Browse the repository at this point in the history
Fixes #799
  • Loading branch information
nfischer committed Jan 11, 2018
1 parent a2343d0 commit 0b65d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
- nodejs_version: '6'
Expand Down

0 comments on commit 0b65d2a

Please sign in to comment.