Skip to content

Commit

Permalink
Use Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Aug 15, 2012
1 parent a9c0e0d commit aeb15ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: "node_js"
node_js:
- 0.4
- 0.6
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Notifications are only dispatched to observers registered with the
instances allows notifications to be contained within subsystems of the
application.

## Tests

$ npm install
$ make test

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

## Credits

- [Jared Hanson](http://github.com/jaredhanson)
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"devDependencies": {
"expresso": "0.9.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/expresso test/*.test.js"
},
"engines": { "node": ">= 0.4.0" },
"keywords": ["notifications", "events", "pubsub", "publish", "subscribe", "observer"]
}

0 comments on commit aeb15ec

Please sign in to comment.