From: Daniel P. BerrangĂ© Date: Fri, 22 Nov 2019 14:24:01 +0000 (+0000) Subject: travis: add fedora-31 & fedora-rawhide to the build images X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=68aa7f38511e880260e5ff7448c5888ce4742279;p=libvirt.git travis: add fedora-31 & fedora-rawhide to the build images The CentOS7 distro is quite old and the Ubuntu 18.04 distro is already a year & half old. Adding a Fedora 31 image gives us coverage of the newest stable distro release, and fedora-rawhide gives us the cutting edge. Reviewed-by: Fabiano FidĂȘncio Signed-off-by: Daniel P. BerrangĂ© --- diff --git a/.travis.yml b/.travis.yml index 8b70c1c937..75f32e53b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,20 @@ matrix: - MAKE_ARGS="syntax-check distcheck" script: - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" + - services: + - docker + env: + - IMAGE="fedora-31" + - MAKE_ARGS="syntax-check distcheck" + script: + - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" + - services: + - docker + env: + - IMAGE="fedora-rawhide" + - MAKE_ARGS="syntax-check distcheck" + script: + - make -C ci/ ci-build@$IMAGE CI_MAKE_ARGS="$MAKE_ARGS" - services: - docker env: