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. 8
      .travis.yml

@ -2,4 +2,10 @@ language: node_js
node_js: 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:
channels: "chat.freenode.net#glowing-bear"
use_notice: true
skip_join: true

Loading…
Cancel
Save