From: Bin Meng Date: Sun, 14 Oct 2018 03:52:13 +0000 (-0700) Subject: travis: Update to use QEMU 3.0.0 for testing X-Git-Tag: v2018.11-rc3~10^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68b89128110c2572688bb63963018de0d5289aaa;p=platform%2Fkernel%2Fu-boot.git travis: Update to use QEMU 3.0.0 for testing This updates travis-ci to use QEMU 3.0.0 for testing. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/.travis.yml b/.travis.yml index 36c0f90..5714bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ before_script: git clone git://git.qemu.org/qemu.git /tmp/qemu; pushd /tmp/qemu; git submodule update --init dtc && - git checkout v2.8.0-rc3 && + git checkout v3.0.0 && ./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} && make -j4 all install; popd;