diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f71ee73af..04df3a2d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,5 +55,6 @@ jobs: - make integration go: 1.8.x -notifications: - irc: "chat.freenode.net#cri-o" +# Turn off notifications until we have our own channel (After rename) +# notifications: +# irc: "chat.freenode.net#cri-o" |