Merge pull request #250 from lorenzhs/travis

switch travis to IRC notifications instead of email
This commit is contained in:
David Cormier 2014-04-21 11:51:19 -04:00
commit e7d7f39c95
1 changed files with 7 additions and 1 deletions

View File

@ -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