Skip to content

Commit

Permalink
Merge pull request #32 from dberesford/support-iojs
Browse files Browse the repository at this point in the history
Use NAN to support io.js
  • Loading branch information
drewish committed Mar 7, 2015
2 parents 6928546 + 28ec119 commit 997830a
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 371 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
- "0.12"
- "iojs"
before_install:
- "sudo apt-get install libexiv2-dev"
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
'sources': [
'exiv2node.cc'
],
'include_dirs' : [
"<!(node -e \"require('nan')\")"
],
'xcode_settings': {
'MACOSX_DEPLOYMENT_TARGET': '10.7',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
Expand Down

0 comments on commit 997830a

Please sign in to comment.