mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-30 04:40:37 -07:00
.travis.yml: drop setting default log output
The log backend is the default one, we don't need to explicitly set it. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
22ef7ba8e8
commit
52dd196752
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ env:
|
|||
- MAKEFLAGS="-j3"
|
||||
matrix:
|
||||
- CONFIG=""
|
||||
- CONFIG="--enable-debug --enable-debug-tcg --enable-trace-backends=log"
|
||||
- CONFIG="--enable-debug --enable-debug-tcg"
|
||||
- CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
|
||||
- CONFIG="--enable-modules --disable-linux-user"
|
||||
- CONFIG="--with-coroutine=ucontext --disable-linux-user"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue