.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 <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
Alex Bennée 2019-03-19 12:12:52 +00:00
parent 8c3daf975b
commit 386dc51492

View file

@ -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=""