Skip to content

Commit

Permalink
Add support for node 10 (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimexist authored and devongovett committed Jul 7, 2018
1 parent 038ade6 commit cae25f6
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 @@ -2,6 +2,7 @@ language: node_js
node_js:
- '6'
- '8'
- '10'
cache:
yarn: true
cargo: true
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -3,6 +3,7 @@ environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit cae25f6

Please sign in to comment.