Skip to content

Commit

Permalink
Travis-CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
oozcitak committed Nov 18, 2011
1 parent 3bac795 commit 27e8465
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .npmignore
@@ -1,5 +1,6 @@
.git* .git*
src .travis.yml
test src/
test/
Makefile Makefile
README.* README.*
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- 0.2
- 0.3
- 0.4
- 0.5
- 0.6
5 changes: 4 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name" : "xmlbuilder", "name" : "xmlbuilder",
"version": "0.1.6", "version": "0.1.7",
"description": "An XML builder for node.js", "description": "An XML builder for node.js",
"author": "Ozgur Ozcitak <oozcitak@gmail.com>", "author": "Ozgur Ozcitak <oozcitak@gmail.com>",
"licenses": [ "licenses": [
Expand All @@ -25,5 +25,8 @@
"engines": { "engines": {
"node": ">=0.2.0" "node": ">=0.2.0"
} }
"scripts": {
"test": "make dev"
}
} }


0 comments on commit 27e8465

Please sign in to comment.