From: Andrea Bolognani Date: Thu, 14 Mar 2019 10:57:03 +0000 (+0100) Subject: travis: Stop using --with-init-script X-Git-Tag: v5.2.0-rc1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16210b1de40b36db205c10d7ddcc0abc763a4ce4;p=thirdparty%2Flibvirt.git travis: Stop using --with-init-script We're gonna drop support for non-systemd init scripts soon, and we don't want Travis CI builds to break when we do. Since we have init system auto-detection, we can just rely on that and stop passing --with-init-script to configure entirely. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/.travis.yml b/.travis.yml index 55ba340a34..0e7a1a033c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,11 @@ matrix: - docker env: - 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" - services: - docker