Message ID | 20190308162906.10491-2-philmd@redhat.com |
---|---|
State | New |
Headers | show |
Series | travis-ci: Test installing Sphinx documentation | expand |
diff --git a/.travis.yml b/.travis.yml index e942175dd3..681ed1c216 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,7 +127,7 @@ matrix: # Test out-of-tree builds - env: - - CONFIG="--enable-debug --enable-debug-tcg" + - CONFIG="--enable-debug --enable-debug-tcg --target-list=microblaze-softmmu,xtensa-softmmu,cris-linux-user,hppa-linux-user" - BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)