fix config of travis
This commit is contained in:
parent
a53d5292a7
commit
ca720818bc
1 changed files with 7 additions and 0 deletions
|
|
@ -2,4 +2,11 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
script: "mocha"
|
script: "mocha"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue