diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-29 11:31:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-29 11:31:16 -0500 |
commit | 562a5dea57e544717de8d6edb5b0d888299a77ab (patch) | |
tree | 8cde6902135df80a190a57c13894c669674dcf3d /.travis.yml | |
parent | 099b5fb6f6fb1397afc664820239a904585ddd04 (diff) | |
parent | aa5798d28fef206e20556a312959dc58bb52f153 (diff) | |
download | podman-562a5dea57e544717de8d6edb5b0d888299a77ab.tar.gz podman-562a5dea57e544717de8d6edb5b0d888299a77ab.tar.bz2 podman-562a5dea57e544717de8d6edb5b0d888299a77ab.zip |
Merge pull request #267 from mheon/remove_libkpod
Remove libkpod
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index d71867667..58de2614d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,4 @@ jobs: - make integration go: 1.8.x -# Turn off notifications until we have our own channel (After rename) -# notifications: - irc: "chat.freenode.net#podman" +irc: "chat.freenode.net#podman" |