travis: send a notice, don't join the channel

This commit is contained in:
Lorenz Hübschle-Schneider 2014-04-21 17:45:42 +02:00
parent 7a94d6775d
commit 0f5879502b

View file

@ -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