From c6bf56b3d5295464dba5eda8c28087bd27acc6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 6 Sep 2019 11:14:48 +0200 Subject: [PATCH] Fix Travis builds with clang 5/6 There is some weird broken dependency in their version of Trusty (14.04 LTE), so we are using Xenial (16.04 LTE) instead. --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb77f2e9..3ffabc5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ common_sources: &all_sources - llvm-toolchain-trusty - llvm-toolchain-trusty-3.9 - llvm-toolchain-trusty-4.0 - - llvm-toolchain-trusty-5.0 - - llvm-toolchain-trusty-6.0 + - llvm-toolchain-xenial-5.0 + - llvm-toolchain-xenial-6.0 matrix: include: @@ -60,6 +60,7 @@ matrix: env: COMPILER='clang++-4.0' - os: linux + dist: xenial compiler: clang addons: apt: @@ -68,6 +69,7 @@ matrix: env: COMPILER='clang++-5.0' - os: linux + dist: xenial compiler: clang addons: apt: @@ -153,6 +155,7 @@ matrix: env: COMPILER='clang++-4.0' CPP14=1 - os: linux + dist: xenial compiler: clang addons: apt: @@ -161,6 +164,7 @@ matrix: env: COMPILER='clang++-5.0' CPP14=1 - os: linux + dist: xenial compiler: clang addons: apt: @@ -255,6 +259,7 @@ matrix: env: COMPILER='g++-7' EXAMPLES=1 COVERAGE=1 EXTRAS=1 CPP17=1 - os: linux + dist: xenial compiler: clang addons: apt: @@ -263,6 +268,7 @@ matrix: env: COMPILER='clang++-6.0' CPP17=1 - os: linux + dist: xenial compiler: clang addons: apt: