From: Michal Simek Date: Wed, 16 Jan 2019 14:18:44 +0000 (+0100) Subject: travis: Switch QEMU to 3.1.0 version X-Git-Tag: v2019.04-rc1~38^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=facdc5fb8346967fac04e64727eeb29c62968635;p=platform%2Fkernel%2Fu-boot.git travis: Switch QEMU to 3.1.0 version Vexpress ca15_tc2 is failing with 3.1.0 because of QEMU issue. When this patch is applied https://patchwork.kernel.org/patch/10754401/ Vexpress can be also turn to newer QEMU version. Signed-off-by: Michal Simek Reviewed-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 70af7a4..8dfe4cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ env: - BUILD_DIR=build - HOSTCC="cc" - HOSTCXX="c++" - - QEMU_VERSION="v3.0.0" + - QEMU_VERSION="v3.1.0" before_script: # install toolchains based on TOOLCHAIN} variable @@ -369,6 +369,7 @@ matrix: - TEST_PY_BD="vexpress_ca15_tc2" TEST_PY_ID="--id qemu" QEMU_TARGET="arm-softmmu" + QEMU_VERSION="v3.0.0" BUILDMAN="^vexpress_ca15_tc2$" - name: "test/py vexpress_ca9x4" env: