Merge pull request #11770 from mikedanese/disable-irc-spam

disable irc notifications for shippable and travis
This commit is contained in:
Vish Kannan 2015-07-23 18:13:18 -07:00
commit 54c1e391b2
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ script:
- godep go test ./cmd/mungedocs
notifications:
irc: "chat.freenode.net#google-containers"
irc: "chat.freenode.net#kubernetes-dev"

View File

@ -43,4 +43,4 @@ script:
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-update-storage-objects.sh
notifications:
irc: "chat.freenode.net#google-containers"
irc: "chat.freenode.net#kubernetes-dev"