[U-Boot] [PATCH v2 13/14] travis: Update to use QEMU 3.0.0 for testing
Bin Meng
bmeng.cn at gmail.com
Sun Oct 14 03:52:13 UTC 2018
This updates travis-ci to use QEMU 3.0.0 for testing.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v2:
- new patch to update to use QEMU 3.0.0 for travis-ci testing
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 55d9123..d9e5b35 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,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;
--
2.7.4
More information about the U-Boot
mailing list