From d0d662f73a826f42db1d126bc6ffff2f35256bcf Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 11 Jul 2018 14:52:19 +0200 Subject: [PATCH] switch to xenial (#3320) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b1b0ea0..708092af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,12 @@ matrix: fast_finish: true include: - os: linux - dist: trusty + dist: xenial group: stable env: BUILDTYPE=Debug if: tag IS NOT present - os: linux - dist: trusty + dist: xenial group: stable env: BUILDTYPE=Release if: (branch = master AND NOT type = pull_request) OR tag IS present