Merge pull request #204 from cmgustavo/bug/travis
fix config for travis
This commit is contained in:
commit
0670060419
1 changed files with 7 additions and 0 deletions
|
|
@ -2,4 +2,11 @@ language: node_js
|
|||
node_js:
|
||||
- "0.10"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
script: "mocha"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue