Skip to content

Commit

Permalink
add travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Apr 14, 2012
1 parent 62d86bb commit 811ad26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.7 # development version of 0.8, may be unstable
script: "./run_tests.sh"
notifications:
email:
- d@unwiredcouch.com

0 comments on commit 811ad26

Please sign in to comment.