Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from mroderick/update-ffi-dependency
Browse files Browse the repository at this point in the history
Update node-ffi for 0.12 compatibility
  • Loading branch information
cjohansen committed Jul 10, 2015
2 parents ab24329 + 10a85d0 commit 836cf53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
language: node_js

node_js:
- "0.10"
- "0.12"

sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"async": "~0.9"
},
"optionalDependencies": {
"ffi": "~1.2",
"ffi": "~1.3",
"ref": "~0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 836cf53

Please sign in to comment.