diff --git a/.travis.yml b/.travis.yml index b66fb2f..3a5aa48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,10 @@ language: node_js node_js: - "0.10" install: "npm -g install jshint" -script: "jshint js/*" \ No newline at end of file +script: "jshint js/*" +notifications: + email: false + irc: + channels: "chat.freenode.net#glowing-bear" + use_notice: true + skip_join: true