From: Paolo Bonzini Date: Fri, 23 Jan 2015 09:43:49 +0000 (+0100) Subject: .travis.yml: Add "--enable-modules" X-Git-Tag: v2.3.0-rc0~89^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd858343a73c5c47019c6ade282a91681e0d7105;p=thirdparty%2Fqemu.git .travis.yml: Add "--enable-modules" We will change the default to "--enable-modules", let's cover it before the switch. Signed-off-by: Paolo Bonzini --- diff --git a/.travis.yml b/.travis.yml index ad66e5bca3c..0ac170b4675 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,3 +98,6 @@ matrix: EXTRA_PKGS="liblttng-ust-dev liburcu-dev" EXTRA_CONFIG="--enable-trace-backends=ust" compiler: gcc + - env: TARGETS=i386-softmmu,x86_64-softmmu + EXTRA_CONFIG="--enable-modules" + compiler: gcc