From 58bda7616ea155798a4ca691e137ab3fbf44bc33 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 12 Jun 2014 17:36:39 -0700 Subject: [PATCH] travis: add irc notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b3eaed3803..4e9ebd6e8b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,6 @@ install: script: - ./hack/test-go.sh - PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh + +notifications: + irc: "chat.freenode.net#google-containers"