diff options
author | baude <bbaude@redhat.com> | 2018-01-10 11:56:39 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-10 18:23:26 +0000 |
commit | 6aae4a4da066d37ff05ede8e9306b830a47a72c1 (patch) | |
tree | 0aa513790d96ea901f5feb28c47ee4da3d469e09 /.travis.yml | |
parent | c1b2278a534a5e4c2a12700d180994b4e199add8 (diff) | |
download | podman-6aae4a4da066d37ff05ede8e9306b830a47a72c1.tar.gz podman-6aae4a4da066d37ff05ede8e9306b830a47a72c1.tar.bz2 podman-6aae4a4da066d37ff05ede8e9306b830a47a72c1.zip |
Turn on travis bot
Signed-off-by: baude <bbaude@redhat.com>
Closes: #208
Approved by: mheon
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3b890aeb6..d71867667 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,4 @@ jobs: # Turn off notifications until we have our own channel (After rename) # notifications: -# irc: "chat.freenode.net#cri-o" + irc: "chat.freenode.net#podman" |