From: Manuel Nickschas Date: Sun, 17 Jun 2018 17:52:12 +0000 (+0200) Subject: travis: Use docker-based builds, new baseline X-Git-Tag: test-travis-01~193 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;ds=inline;h=7c0c66b2db3098929b0562ee0926db11e7036f3e;hp=7c0c66b2db3098929b0562ee0926db11e7036f3e;p=quassel.git travis: Use docker-based builds, new baseline Perform Linux builds in docker images, which allows us to freely define the build environment rather than relying on the Travis host system. Use Ubuntu 16.04 "Xenial" as the new baseline for Quassel, allowing us to make use of a more modern toolchain. Reorganize and modernize travis.yml in general. ---