From 3b581fb5998c7a15b741947e6a139b9e3f99fe38 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Wed, 1 Jan 2020 15:49:56 +0100 Subject: [PATCH] Update .travis.yml Bring Ubuntu and Mac OS toolchains to latest. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98e0bbdd62..dab3adef51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,15 @@ matrix: fast_finish: true include: - os: linux - dist: trusty - compiler: gcc + dist: bionic + compiler: gcc-8 env: CMAKE_BUILD_TYPE=Coverage FORMAT=ON - os: linux - dist: trusty + dist: bionic compiler: clang env: CMAKE_BUILD_TYPE=Release CC=clang CXX=clang++ FORMAT=OFF - os: osx - osx_image: xcode10.1 + osx_image: xcode11.3 env: CMAKE_BUILD_TYPE=Release FORMAT=OFF addons: