Skip to content

Commit

Permalink
Add .travis.yml. Closes #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 13, 2013
1 parent 5115e7e commit 0c99356
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -4,3 +4,4 @@
/test/
/.jshintrc
/.npmignore
/.travis.yml
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.9

0 comments on commit 0c99356

Please sign in to comment.