Skip to content

Commit

Permalink
added travis.yml, update readme, add mocha to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tblobaum committed Feb 21, 2012
1 parent 5105770 commit 58c6016
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.6
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
express-subdomains
==================
# express-subdomains
[![Build Status](https://secure.travis-ci.org/tblobaum/express-subdomains.png)](http://travis-ci.org/tblobaum/express-subdomains)

Subdomains are placed at the beginning of a route by default.

Example
-------
## Example

```javascript

Expand All @@ -28,13 +27,15 @@ app.listen()

````

Install
-------
## Tests

`npm install mocha -g` and `make test`

## Install

`npm install express-subdomains`

License
-------
## License

MIT

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"dependencies": {
"sequence": "~2.1.1"
},
"devDependencies": {}
"devDependencies": {
"mocha": "~0.10.0"
}
}

0 comments on commit 58c6016

Please sign in to comment.