Skip to content

Commit

Permalink
Adding Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanb committed Jul 23, 2014
1 parent da20be7 commit 59c0da6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: node_js
node_js:
- '0.11'
- '0.10'
script: "mocha"
cache:
directories:
- node_modules
notifications:
email : false

0 comments on commit 59c0da6

Please sign in to comment.