]> xenbits.xensource.com Git - libvirt.git/commitdiff
travis: Stop using --with-init-script
authorAndrea Bolognani <abologna@redhat.com>
Thu, 14 Mar 2019 10:57:03 +0000 (11:57 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 15 Mar 2019 17:36:19 +0000 (18:36 +0100)
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 <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.travis.yml

index 55ba340a34af586e6c6d98992d3f09e6cd357947..0e7a1a033cb6dbc02111f2414a804abf8cc7939e 100644 (file)
@@ -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