From dd858343a73c5c47019c6ade282a91681e0d7105 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 23 Jan 2015 10:43:49 +0100 Subject: .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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ad66e5bca3..0ac170b467 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 -- cgit v1.2.1