Commit 68b89128110c2572688bb63963018de0d5289aaa

Authored by Bin Meng
1 parent 66a3a9cfd4

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 <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -97,7 +97,7 @@
97 97 git clone git://git.qemu.org/qemu.git /tmp/qemu;
98 98 pushd /tmp/qemu;
99 99 git submodule update --init dtc &&
100   - git checkout v2.8.0-rc3 &&
  100 + git checkout v3.0.0 &&
101 101 ./configure --prefix=/tmp/qemu-install --target-list=${QEMU_TARGET} &&
102 102 make -j4 all install;
103 103 popd;