switch travis to IRC notifications instead of email
This commit is contained in:
parent
2cc4172ae0
commit
7a94d6775d
1 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@ language: node_js
|
|||
node_js:
|
||||
- "0.10"
|
||||
install: "npm -g install jshint"
|
||||
script: "jshint js/*"
|
||||
script: "jshint js/*"
|
||||
notifications:
|
||||
email: false
|
||||
irc: "chat.freenode.net#glowing-bear"
|
||||
|
|
Loading…
Reference in a new issue