diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-28 16:05:37 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-28 22:15:13 +0000 |
commit | db388c23ea80b6b7d9cfb79a01b32eee4aeaf2be (patch) | |
tree | 362d364578b64e9239a69b005e9f8fd4eba1575c | |
parent | fd388a7da984f824cf976f090a9e3eb61c303b87 (diff) | |
download | podman-db388c23ea80b6b7d9cfb79a01b32eee4aeaf2be.tar.gz podman-db388c23ea80b6b7d9cfb79a01b32eee4aeaf2be.tar.bz2 podman-db388c23ea80b6b7d9cfb79a01b32eee4aeaf2be.zip |
Fix travis notifications
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #424
Approved by: mheon
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 58de2614d..893ab0aab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,5 @@ jobs: - make integration go: 1.8.x -irc: "chat.freenode.net#podman" +notifications: + irc: "chat.freenode.net#podman" |