summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-01-23 10:43:49 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2015-01-26 12:27:05 +0100
commitdd858343a73c5c47019c6ade282a91681e0d7105 (patch)
tree95e2624bd88f48d094b0e67b86200ca49fc7b8d9 /.travis.yml
parent927411fa42c5fcf16ed0fcc0447d5ee8c83b22ca (diff)
downloadhqemu-dd858343a73c5c47019c6ade282a91681e0d7105.zip
hqemu-dd858343a73c5c47019c6ade282a91681e0d7105.tar.gz
.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 <pbonzini@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ad66e5b..0ac170b 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
OpenPOWER on IntegriCloud