From 386dc514927309ae60d4bd01a79a7295f6cf32c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alex=20Benn=C3=A9e?= Date: Tue, 19 Mar 2019 12:12:52 +0000 Subject: [PATCH] .travis.yml: --disable-user for --without-default-devices MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.11.4.GIT