Skip to content

Commit

Permalink
chore(CI): add node v10 to CI
Browse files Browse the repository at this point in the history
This adds Node v10 to Appveyor and Travis CI.
  • Loading branch information
nfischer committed Jun 8, 2018
1 parent c373f03 commit 35f165f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- NODE_VERSION="7"
- NODE_VERSION="8"
- NODE_VERSION="9"
- NODE_VERSION="10"

# keep this blank to make sure there are no before_install steps
before_install:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
environment:
matrix:
- nodejs_version: '10'
- nodejs_version: '9'
- nodejs_version: '8'
- nodejs_version: '7'
Expand Down

0 comments on commit 35f165f

Please sign in to comment.