From 470172bb45337640b104adcdb8eaae2aed79266c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=A4rtner?= Date: Wed, 20 Aug 2014 22:01:03 +0200 Subject: [PATCH] Added IRC notifications --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24ec4f9..164ac16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,6 @@ node_js: before_install: - npm update -g npm before_script: - - npm install -g grunt-cli \ No newline at end of file + - npm install -g grunt-cli +notifications: + irc: "chat.freenode.net#hubot-irc"