switch travis to IRC notifications instead of email

This commit is contained in:
Lorenz Hübschle-Schneider 2014-04-15 22:25:22 +02:00
parent 2cc4172ae0
commit 7a94d6775d

View file

@ -3,3 +3,6 @@ node_js:
- "0.10"
install: "npm -g install jshint"
script: "jshint js/*"
notifications:
email: false
irc: "chat.freenode.net#glowing-bear"