diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-17 14:07:51 +0000 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-17 21:53:54 +0000 |
commit | 3b72af614777b966671ad0eb0c5dbde0eeedcfa2 (patch) | |
tree | 0ae5a63647766a3e7bea7ea388c9a1a60da0ad97 /.travis.yml | |
parent | d2eda1a8648b7e6053627e48bf500f9671f0a6c2 (diff) | |
download | podman-3b72af614777b966671ad0eb0c5dbde0eeedcfa2.tar.gz podman-3b72af614777b966671ad0eb0c5dbde0eeedcfa2.tar.bz2 podman-3b72af614777b966671ad0eb0c5dbde0eeedcfa2.zip |
Turn off IRC reporting until we have our own channel
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #49
Approved by: rhatdan
Diffstat (limited to '.travis.yml')
-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" |