Unverified Commit c76d8d89 by Dane Springmeyer Committed by GitHub

Merge pull request #978 from kewde/patch-1

Node v10 support (WIP)
parents d9ce770e 1a26282a
...@@ -20,6 +20,13 @@ matrix: ...@@ -20,6 +20,13 @@ matrix:
# Linux # Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="10"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5']
- os: linux
compiler: clang
env: NODE_VERSION="9" env: NODE_VERSION="9"
addons: addons:
apt: apt:
...@@ -74,7 +81,10 @@ matrix: ...@@ -74,7 +81,10 @@ matrix:
env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47 env: NODE_VERSION="5" COVERAGE=true PUBLISHABLE=false # node abi 47
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="9" # node abi 58 env: NODE_VERSION="10" # node abi 64
- os: osx
compiler: clang
env: NODE_VERSION="9" # node abi 59
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="8" # node abi 57 env: NODE_VERSION="8" # node abi 57
......
...@@ -24,6 +24,10 @@ environment: ...@@ -24,6 +24,10 @@ environment:
platform: x64 platform: x64
- nodejs_version: 9 - nodejs_version: 9
platform: x86 platform: x86
- nodejs_version: 10
platform: x64
- nodejs_version: 10
platform: x86
os: Visual Studio 2015 os: Visual Studio 2015
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"nan": "~2.9.2", "nan": "~2.10.0",
"node-pre-gyp": "~0.9.0" "node-pre-gyp": "~0.10.0"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment