From: Andrea Bolognani Date: Tue, 12 Jun 2018 08:56:07 +0000 (+0200) Subject: travis: Drop Ubuntu 16.04 build X-Git-Tag: v4.5.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53783395bf62ad650d4071dfa36a7d826d4e05b7;p=thirdparty%2Flibvirt.git travis: Drop Ubuntu 16.04 build This will make further changes easier; all coverage lost due to this will be reintroduced later on. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/.travis.yml b/.travis.yml index a4a0bbb072..67ad155148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,6 @@ matrix: - IMAGE=ubuntu:18.04 - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=systemd" - DOCKER_CMD="$LINUX_CMD" - - services: - - docker - env: - - IMAGE=ubuntu:16.04 - - DISTCHECK_CONFIGURE_FLAGS="--with-init-script=upstart" - - DOCKER_CMD="$LINUX_CMD" - compiler: clang language: c os: osx