From: Thomas Huth Date: Thu, 5 Sep 2019 11:33:46 +0000 (+0200) Subject: travis.yml: Install libcap-dev for testing virito-9p X-Git-Tag: qemu-xen-4.14.0~405^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c269447f78b7cfb0e85d14bc7bb8cb0d25d19781;p=qemu-xen.git travis.yml: Install libcap-dev for testing virito-9p So far we were not testing virtio-9p in Travis yet, since we forgot to install libcap-devel. Do it now to get some more test coverage. Signed-off-by: Thomas Huth Acked-by: Greg Kurz Tested-by: Greg Kurz Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20190905113346.2473-1-thuth@redhat.com> Signed-off-by: Alex Bennée --- diff --git a/.travis.yml b/.travis.yml index 1ff2620579..d0b9e099b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ addons: - libaio-dev - libattr1-dev - libbrlapi-dev + - libcap-dev - libcap-ng-dev - libgcc-4.8-dev - libgnutls-dev