From 16210b1de40b36db205c10d7ddcc0abc763a4ce4 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 14 Mar 2019 11:57:03 +0100 Subject: [PATCH] travis: Stop using --with-init-script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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 -- GitLab