diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-31 15:57:53 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:46:19 +0100 |
commit | 20885b5b1697247038018f3a7dfe8a84adf1b8e9 (patch) | |
tree | 62763378a9373b3494cbbf720e24edb8014771da /.travis.yml | |
parent | 3a56c2f36c3f53da8ffebd9789a8fbd876d2f1a9 (diff) |
.travis.yml: test that no-default-device builds do not regress
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cca57f4314..e942175dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -151,6 +151,12 @@ matrix: # We manually include builds which we disable "make check" for - env: + - CONFIG="--without-default-devices" + - TEST_CMD="" + + + # We manually include builds which we disable "make check" for + - env: - CONFIG="--enable-debug --enable-tcg-interpreter" - TEST_CMD="" |