-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to nan v2 (adds support for iojs 3)
Nan v2 required more code changes but also adds support for iojs 3 and hopefully provides a more stable API which will not have to change as much going forward.
- Loading branch information
1 parent
5ca1685
commit 0d46ca5
Showing
3 changed files
with
116 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,19 @@ node_js: | |
- "0.8" | ||
- "0.10" | ||
- "0.12" | ||
- "iojs-v2" | ||
- "iojs-1" | ||
- "iojs-2" | ||
- "iojs-3" | ||
|
||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
packages: | ||
- g++-4.8 | ||
|
||
sudo: false | ||
|
||
before_install: | ||
- $CXX --version | ||
- if [ "$TRAVIS_NODE_VERSION" = "0.8" ]; then npm install -g [email protected]; fi; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
}, | ||
"dependencies": { | ||
"bindings": "1.2.1", | ||
"nan": "1.8.4" | ||
"nan": "2.0.5" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": "~0.9.1" | ||
|
@@ -50,4 +50,4 @@ | |
"Sean McArthur <[email protected]> (https://github.com/seanmonstar)", | ||
"Fanie Oosthuysen <[email protected]> (https://github.com/weareu)" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters