Skip to content

Commit

Permalink
give up on fixin segfault with 0.11 node.js unstable version. I get w…
Browse files Browse the repository at this point in the history
…eird errors before reproducing the problem.
  • Loading branch information
albanm committed Aug 14, 2014
1 parent fcb4de0 commit c9e5718
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- "0.11"
- "0.10"
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Node.js bindings for libxslt",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "mocha -R spec"
},
"keywords": [
"xsl",
Expand All @@ -13,6 +13,14 @@
"bindings"
],
"author": "Alban Mouton <[email protected]>",
"homepage": "https://github.com/albanm/node-libxslt",
"bugs": {
"url": "https://github.com/albanm/node-libxslt/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/albanm/node-libxslt.git"
},
"license": "MIT",
"dependencies": {
"nan": "~1.2.0",
Expand Down

0 comments on commit c9e5718

Please sign in to comment.