Skip to content

Commit

Permalink
Updated Travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon R. Stoner authored and Brandon R. Stoner committed Mar 12, 2012
1 parent 3fedb76 commit 2de8345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,4 +10,5 @@ npm-debug.log
.*
!.gitignore
!.gitmodules
!.travis.yml

5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- 0.6 # Stable
- 0.7 # Development

0 comments on commit 2de8345

Please sign in to comment.