Skip to content

Commit

Permalink
add Travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mck- committed Jul 4, 2013
1 parent 4dce096 commit 8351833
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"

branches:
only:
- master

notifications:
email:
recipients:
- marc@axiomzen.co
on_success: change
on_failure: always

0 comments on commit 8351833

Please sign in to comment.