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
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.git*
src
test
.travis.yml
src/
test/
Makefile
README.*
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "xmlbuilder",
"version": "0.1.6",
"version": "0.1.7",
"description": "An XML builder for node.js",
"author": "Ozgur Ozcitak <oozcitak@gmail.com>",
"licenses": [
Expand All @@ -25,5 +25,8 @@
"engines": {
"node": ">=0.2.0"
}
"scripts": {
"test": "make dev"
}
}

0 comments on commit 27e8465

Please sign in to comment.