Skip to content

Commit

Permalink
build for Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed May 16, 2018
1 parent b20c1eb commit 4b56527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Expand Up @@ -15,6 +15,7 @@ environment:
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"

platform:
- x86
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,7 @@ node_js:
- "7"
- "8"
- "9"
- "10"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
Expand Down

0 comments on commit 4b56527

Please sign in to comment.