Commit 386dc514 authored by Alex Bennée's avatar Alex Bennée
Browse files

.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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Reviewed-by: default avatarWainer dos Santos Moschetta <wainersm@redhat.com>
parent 8c3daf97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=""