travis: send a notice, don't join the channel
This commit is contained in:
parent
7a94d6775d
commit
0f5879502b
|
@ -5,4 +5,7 @@ install: "npm -g install jshint"
|
|||
script: "jshint js/*"
|
||||
notifications:
|
||||
email: false
|
||||
irc: "chat.freenode.net#glowing-bear"
|
||||
irc:
|
||||
channels: "chat.freenode.net#glowing-bear"
|
||||
use_notice: true
|
||||
skip_join: true
|
||||
|
|
Loading…
Reference in New Issue