diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-28 10:08:48 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-01-29 08:18:05 -0500 |
commit | aa5798d28fef206e20556a312959dc58bb52f153 (patch) | |
tree | 0bef825408fe55826379feddfd677372c1fca51a /.travis.yml | |
parent | d4d3f38018a68c97bd9a748ef3ba109c24743574 (diff) | |
download | podman-aa5798d28fef206e20556a312959dc58bb52f153.tar.gz podman-aa5798d28fef206e20556a312959dc58bb52f153.tar.bz2 podman-aa5798d28fef206e20556a312959dc58bb52f153.zip |
Honor storage-driver flag
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
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" |