From 20885b5b1697247038018f3a7dfe8a84adf1b8e9 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 31 Jan 2019 15:57:53 +0100 Subject: [PATCH] .travis.yml: test that no-default-device builds do not regress Signed-off-by: Paolo Bonzini --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index cca57f4314..e942175dd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -149,6 +149,12 @@ matrix: - ${SRC_DIR}/scripts/travis/coverage-summary.sh + # 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"