From 3283352db3f7ceedc849bd74a27b077c2dd902df Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 10 Aug 2017 19:45:33 +0200 Subject: [PATCH] :construction_worker: using clang++ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6165441d7..a7d42d673 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: - os: linux compiler: clang - env: COMPILER=clang-3.6 + env: COMPILER=clang++-3.6 addons: apt: sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']