From c5a9eb32cccf6e94e76187c0f205c27db4dcadbb Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 May 2019 21:20:54 +0200 Subject: [PATCH] .travis.yml: Switching to xenial for all other Linux based builds, too. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 278ae90e..c19f2ebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - ubuntu-toolchain-r-test install: - gcc-7 - dist: trusty + dist: xenial env: - MATRIX_EVAL="CC=gcc-7 CXX=g++-7" compiler: gcc @@ -36,17 +36,17 @@ matrix: - ubuntu-toolchain-r-test install: - gcc-6 - dist: trusty + dist: xenial env: - MATRIX_EVAL="CC=gcc-6 CXX=g++-6" compiler: gcc # linux with gcc default (4.8) - os: linux - dist: trusty + dist: xenial compiler: gcc # linux with clang default (3.5) - os: linux - dist: trusty + dist: xenial compiler: clang # linux with clang 3.8 - os: linux