Since libvirt-jenkins-ci commit 3c5ac0af41ba, MinGW packages are installed on Fedora 30 rather than Fedora Rawhide, so we need to update the Travis CI configuration accordingly. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- This should be the last one ;) https://travis-ci.org/andreabolognani/libvirt/builds/574222012 .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b510c81083..afddbe093e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,14 +33,14 @@ matrix: - services: - docker env: - - IMAGE="fedora-rawhide" + - IMAGE="fedora-30" - MINGW="mingw32" script: - make -f Makefile.ci ci-build@$IMAGE CI_CONFIGURE="$MINGW-configure" - services: - docker env: - - IMAGE="fedora-rawhide" + - IMAGE="fedora-30" - MINGW="mingw64" script: - make -f Makefile.ci ci-build@$IMAGE CI_CONFIGURE="$MINGW-configure" -- 2.21.0 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list