diff options
author | Thomas Huth <thuth@redhat.com> | 2019-09-05 13:33:46 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:32 +0100 |
commit | c269447f78b7cfb0e85d14bc7bb8cb0d25d19781 (patch) | |
tree | 52fb0785877b192ecdc2c0de8e077eef104b69ab | |
parent | 93bbbdf6721557f706fc67257d028e4fc16dba58 (diff) | |
download | qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.zip qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.tar.gz qemu-c269447f78b7cfb0e85d14bc7bb8cb0d25d19781.tar.bz2 |
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 1ff2620..d0b9e09 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 |