Skip to content

Commit

Permalink
upgrade nan to 1.4.1 and target node v0.11.14 explicitly - refs #352
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 9, 2014
1 parent 1940c1b commit 07b8ffa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ branches:

env:
matrix:
- NODE_VERSION="0.10"
- NODE_VERSION="0.11"
- NODE_VERSION="0.10.33"
- NODE_VERSION="0.11.14"
- NODE_WEBKIT="0.8.6" TARGET_ARCH="ia32"
- NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
- NODE_WEBKIT="0.10.5" TARGET_ARCH="ia32"
Expand All @@ -24,7 +24,7 @@ env:
- secure: cc4esJY1vPXL31IeumAJoKWDDO2BTGFiltwfO1jbTbiV7QT911QUjTUasxXIVpOaHNCpxSTyevPwwTWfzt2EtF92Lli+qhQ2bbzMiDSBZstSrHdAe62Ai2M1oYYUwk/0cABB/2nO9uRyYwITCxpTSNzZBrYhn3C29WqBhPeVDmM=

matrix:
allow_failures:
exclude:
- env: NODE_WEBKIT="0.8.6" TARGET_ARCH="x64"
os: osx

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "git://github.com/mapbox/node-sqlite3.git"
},
"dependencies": {
"nan": "1.3.0",
"nan": "~1.4.1",
"node-pre-gyp": "~0.5.27"
},
"bundledDependencies": [
Expand Down

0 comments on commit 07b8ffa

Please sign in to comment.