Skip to content

Commit 515f650

Browse files
author
Dane Springmeyer
committed
Drop node v0.12 support, upgrade nan to latest
1 parent 68c5666 commit 515f650

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ matrix:
5151
apt:
5252
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
5353
packages: [ 'clang-3.5']
54-
- os: linux
55-
compiler: clang
56-
env: NODE_VERSION="0.12"
57-
addons:
58-
apt:
59-
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
60-
packages: [ 'clang-3.5']
6154
- os: linux
6255
compiler: clang
6356
env: NODE_VERSION="0.10"
@@ -92,9 +85,6 @@ matrix:
9285
- os: osx
9386
compiler: clang
9487
env: NODE_VERSION="4" # node abi 46
95-
- os: osx
96-
compiler: clang
97-
env: NODE_VERSION="0.12" # node abi 14
9888
- os: osx
9989
compiler: clang
10090
env: NODE_VERSION="0.10" # node abi 11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "git://github.com/mapbox/node-sqlite3.git"
3838
},
3939
"dependencies": {
40-
"nan": "~2.6.2",
40+
"nan": "~2.7.0",
4141
"node-pre-gyp": "~0.6.37"
4242
},
4343
"bundledDependencies": [

0 commit comments

Comments
 (0)