Skip to content

Commit

Permalink
Add build status image to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 9, 2012
1 parent 07e0946 commit 4afdd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -157,6 +157,8 @@ included in [Passport-Local](https://github.com/jaredhanson/passport-local).
$ npm install --dev
$ make test

[![Build Status](https://secure.travis-ci.org/jaredhanson/passport.png)](http://travis-ci.org/jaredhanson/passport)

## Credits

- [Jared Hanson](http://github.com/jaredhanson)
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -18,6 +18,9 @@
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js test/context/http/*-test.js"
},
"engines": { "node": ">= 0.4.0" },
"licenses": [ {
"type": "MIT",
Expand Down

0 comments on commit 4afdd88

Please sign in to comment.