Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stevens committed Aug 8, 2012
2 parents cbde80a + fc5bea3 commit 94c629e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 0.4
- 0.6
# - 0.4 # libxmljs-easy does not have compile target for this version
# - 0.7 # (0.8) libxmljs-easy does not have compile target for this version
- 0.8
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,6 +36,6 @@ In the root of the project.
]

client.report(trans, function(response){
sys.log(sys.inspect(response));
console.log(response);
});

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -11,7 +11,8 @@
"contributors": [
"Carlos Villuendas <carlosvillu@3scale.net>",
"Michal Cichra <michal@3scale.net>",
"Daniel Stevens <daniel.stevens@senicolabs.com>"
"Daniel Stevens <daniel.stevens@senicolabs.com>",
"Joaquin Rivera (joahking) <joaquin@3scale.net>"
],
"main": "lib/index.js",
"bugs": {
Expand Down

0 comments on commit 94c629e

Please sign in to comment.