From 68b89128110c2572688bb63963018de0d5289aaa Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 13 Oct 2018 20:52:13 -0700 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 36c0f90faa..5714bb3435 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; -- cgit v1.2.3