Skip to content

Commit

Permalink
Add configs for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 5, 2013
1 parent 2519ae2 commit 227088e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.8
5 changes: 4 additions & 1 deletion package.json
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 227088e

Please sign in to comment.