Skip to content

Commit

Permalink
Merge pull request #37 from ai/travis
Browse files Browse the repository at this point in the history
Add Travis CI
  • Loading branch information
tj committed Mar 5, 2013
2 parents 2519ae2 + 227088e commit 92a1875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
5 changes: 4 additions & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"mocha": "*", "mocha": "*",
"should": "*" "should": "*"
}, },
"main": "index" "main": "index",
"scripts": {
"test": "mocha --require should --reporter spec"
}
} }

0 comments on commit 92a1875

Please sign in to comment.