Merge pull request #250 from lorenzhs/travis
switch travis to IRC notifications instead of email
This commit is contained in:
commit
e7d7f39c95
|
@ -2,4 +2,10 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
install: "npm -g install jshint"
|
install: "npm -g install jshint"
|
||||||
script: "jshint js/*"
|
script: "jshint js/*"
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
irc:
|
||||||
|
channels: "chat.freenode.net#glowing-bear"
|
||||||
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
|
|
Loading…
Reference in New Issue