diff options
author | baude <bbaude@redhat.com> | 2018-04-28 11:45:51 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-30 20:45:33 +0000 |
commit | c8c39779a7919e78a97b97394930080885a41425 (patch) | |
tree | 75bee479259607b70ecb076f288d9909ead3fa7e /.travis.yml | |
parent | 52ace66e76ca2854e58ded9d337a3ff1d26a9202 (diff) | |
download | podman-c8c39779a7919e78a97b97394930080885a41425.tar.gz podman-c8c39779a7919e78a97b97394930080885a41425.tar.bz2 podman-c8c39779a7919e78a97b97394930080885a41425.zip |
correct varlink command in service file
The struct of the varlink command changed to accept a URI
as input. This was never updated in the service file
Signed-off-by: baude <bbaude@redhat.com>
Closes: #691
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 d953558f3..64b2b9a9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - sudo apt-get -qq update - sudo apt-get -qq install btrfs-tools libdevmapper-dev libgpgme11-dev libapparmor-dev - sudo apt-get -qq install autoconf automake bison e2fslibs-dev libfuse-dev libtool liblzma-dev gettext - - sudo make install.libseccomp + - sudo make install.libseccomp.sudo install: - make install.tools |