switch travis to IRC notifications instead of email

l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent 2cc4172ae0
commit 7a94d6775d
  1. 3
      .travis.yml

@ -3,3 +3,6 @@ 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: "chat.freenode.net#glowing-bear"

Loading…
Cancel
Save