Merge pull request #250 from lorenzhs/travis

switch travis to IRC notifications instead of email
l-merge-prefix
David Cormier 11 years ago
commit e7d7f39c95
  1. 6
      .travis.yml

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

Loading…
Cancel
Save