From f256587c4f2e07679f6c2ddc3d05f8b8a1a5d1bc Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 19:56:09 +0200 Subject: [PATCH] :construction_worker: clang-3.4 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 41bc2215..94360961 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,11 +30,11 @@ matrix: - os: linux compiler: clang - env: COMPILER=clang++-3.5 + env: COMPILER=clang++-3.4 addons: apt: - sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5'] - packages: ['g++-6', 'clang-3.5'] + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.4'] + packages: ['g++-6', 'clang-3.4'] ################ # build script #