On 19/03/2019 13.48, Alex Bennée wrote: > This is essentially a softmmu tweak so don't bother building > linux-user builds as well. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > .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=""
Reviewed-by: Thomas Huth <th...@redhat.com>