Merge pull request #204 from cmgustavo/bug/travis

fix config for travis
This commit is contained in:
Mario Colque 2014-04-28 13:12:33 -03:00
commit 0670060419
1 changed files with 7 additions and 0 deletions

View File

@ -2,4 +2,11 @@ language: node_js
node_js:
- "0.10"
notifications:
email: false
branches:
only:
- master
script: "mocha"