From: Andrea Bolognani Date: Tue, 12 Jun 2018 09:00:02 +0000 (+0200) Subject: travis: Add CentOS 7 build X-Git-Tag: v4.5.0-rc1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76555d4c756d29c421b3d3b6cdf9d95124ae5ef;p=thirdparty%2Flibvirt.git travis: Add CentOS 7 build Now that we use pre-built Docker images, it's very easy to extend our test matrix; adding CentOS 7 is a good start. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/.travis.yml b/.travis.yml index 7a90c4a251..0efa14a1c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,12 @@ matrix: - IMAGE="ubuntu-18" - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd" - DOCKER_CMD="$LINUX_CMD" + - services: + - docker + env: + - IMAGE="centos-7" + - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart" + - DOCKER_CMD="$LINUX_CMD" - compiler: clang language: c os: osx