diff mbox

[4/4] .travis.yml: Add a new build target with --enable-modules

Message ID 1400814150-31666-5-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng May 23, 2014, 3:02 a.m. UTC
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 04da973..972c49a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,3 +79,6 @@  matrix:
           EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
           EXTRA_CONFIG="--enable-trace-backend=ust"
       compiler: gcc
+    - env: TARGETS=i386-softmmu,x86_64-softmmu
+           EXTRA_CONFIG="--enable-modules"
+      compiler: gcc