From df572aca7918dbcce5ad7efb719f773acc37abc6 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 16 Aug 2017 07:42:57 +0200 Subject: [PATCH] :construction_worker: set sanitizer to clang4 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a52653b2..ca0549782 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,12 @@ matrix: # that's why we need to install g++-6 to get the lastest version - os: linux env: - - LLVM_VERSION=3.8.1 + - COMPILER=clang++-4.0 - SPECIAL=sanitizer addons: apt: - sources: ['ubuntu-toolchain-r-test'] - packages: g++-6 - compiler: clang + sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] + packages: ['g++-6', 'clang-4.0'] before_script: - make clang_sanitize -- GitLab