From 6b20f6d1efce2b7be3a05e9b583b432da846f420 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 20:04:36 +0200 Subject: [PATCH] :construction_worker: clang-3.8 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26fc7492..bea857da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,11 @@ matrix: - os: linux compiler: clang - env: COMPILER=clang++-3.4 + env: COMPILER=clang++-3.8 addons: apt: - sources: ['ubuntu-toolchain-r-test'] - packages: ['g++-6', 'clang-3.4'] + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.8'] + packages: ['g++-6', 'clang-3.8'] ################ # build script #