diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-07-14 11:30:16 +0200 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2017-07-17 11:34:20 +0800 |
commit | 978373143cf9965a6ae1dec73b046fbf3d9f9689 (patch) | |
tree | 1cb237bf6c915933ba61d1be927da8c99926007f /.travis.yml | |
parent | 0b95ff72cb42567dd71685bfdafbcdcd9784ea83 (diff) |
travis: add no-TCG build
It's fairly easy for --disable-tcg to bitrot. Test it in our CI.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20170714093016.10897-1-pbonzini@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 27a2d9cfb3..3c7a5cbe25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,9 @@ matrix: - env: CONFIG="--enable-trace-backends=ust" TEST_CMD="" compiler: gcc + - env: CONFIG="--disable-tcg" + TEST_CMD="" + compiler: gcc - env: CONFIG="" os: osx compiler: clang |