diff options
author | Thomas Huth | 2019-09-05 13:33:46 +0200 |
---|---|---|
committer | Alex Bennée | 2019-09-10 15:14:32 +0200 |
commit | c269447f78b7cfb0e85d14bc7bb8cb0d25d19781 (patch) | |
tree | 52fb0785877b192ecdc2c0de8e077eef104b69ab | |
parent | Fedora images: use URLs from stable "archives.fedoraproject.org" (diff) | |
download | qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.tar.gz qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.tar.xz qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.zip |
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 <thuth@redhat.com>
Acked-by: Greg Kurz <groug@kaod.org>
Tested-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190905113346.2473-1-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |