From: Alex Bennée Date: Tue, 19 Mar 2019 12:12:52 +0000 (+0000) Subject: .travis.yml: --disable-user for --without-default-devices X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=386dc514927309ae60d4bd01a79a7295f6cf32c3;p=qemu.git .travis.yml: --disable-user for --without-default-devices This is essentially a softmmu tweak so don't bother building linux-user builds as well. Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Reviewed-by: Wainer dos Santos Moschetta --- diff --git a/.travis.yml b/.travis.yml index 407fc25945..3fb3dab46e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -165,7 +165,7 @@ matrix: # We manually include builds which we disable "make check" for - env: - - CONFIG="--without-default-devices" + - CONFIG="--without-default-devices --disable-user" - TEST_CMD=""