agrueneberg / Corser

CORS middleware for Node.js
MIT License
91 stars 11 forks source link

Add it to travis #4

Closed mwawrusch closed 12 years ago

mwawrusch commented 12 years ago

You can automatically test your module on travis (travis-ci.org), just add the .travis.yml file containing something like this:

language: node_js node_js:

and sign up on travis-ci.org.

agrueneberg commented 12 years ago

Travis is great! Thanks!