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

l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent 7a94d6775d
commit 0f5879502b
  1. 5
      .travis.yml

@ -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…
Cancel
Save