From: Thomas Huth <th...@redhat.com> 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 <th...@redhat.com> Acked-by: Greg Kurz <gr...@kaod.org> Tested-by: Greg Kurz <gr...@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com> Message-Id: <20190905113346.2473-1-th...@redhat.com> Signed-off-by: Alex Bennée <alex.ben...@linaro.org> diff --git a/.travis.yml b/.travis.yml index 1ff26205795..d0b9e099b9c 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 -- 2.20.1