From 1dd2bdbd69f0bcc71082bb8309a3517c671b23ba Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 16 Dec 2014 22:46:50 +0000 Subject: [PATCH] add IRC to travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e056643..15a9a92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,7 @@ go: before_install: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get update -qq; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then travis_retry sudo apt-get install -y libcap-dev; fi +notifications: + irc: + channels: + - "chat.freenode.net##hl-t"