Commit 515f650c by Dane Springmeyer

Drop node v0.12 support, upgrade nan to latest

parent 68c5666d
...@@ -53,13 +53,6 @@ matrix: ...@@ -53,13 +53,6 @@ matrix:
packages: [ 'clang-3.5'] packages: [ 'clang-3.5']
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="0.12"
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="0.10" env: NODE_VERSION="0.10"
addons: addons:
apt: apt:
...@@ -94,9 +87,6 @@ matrix: ...@@ -94,9 +87,6 @@ matrix:
env: NODE_VERSION="4" # node abi 46 env: NODE_VERSION="4" # node abi 46
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="0.12" # node abi 14
- os: osx
compiler: clang
env: NODE_VERSION="0.10" # node abi 11 env: NODE_VERSION="0.10" # node abi 11
env: env:
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"nan": "~2.6.2", "nan": "~2.7.0",
"node-pre-gyp": "~0.6.37" "node-pre-gyp": "~0.6.37"
}, },
"bundledDependencies": [ "bundledDependencies": [
......
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