Skip to content

Commit

Permalink
Merge pull request #659 from 3rd-Eden/travis
Browse files Browse the repository at this point in the history
Added travis
  • Loading branch information
rauchg committed Nov 22, 2011
2 parents 3887633 + f211f78 commit 5ee6b43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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.4
- 0.6

notifications:
irc: "irc.freenode.org#socket.io"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@
}
, "main": "index"
, "engines": { "node": ">= 0.4.0" }
, "scripts": {
"test": "make test"
}
}

0 comments on commit 5ee6b43

Please sign in to comment.