From 054b0250bef229534299b3e3b1bde6175b4b3cfc Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 8 Aug 2017 19:14:22 +0200 Subject: [PATCH] :construction_worker: trying to install g++ to make clang work --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 530ef434..271673cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -216,6 +216,10 @@ matrix: - os: linux env: LLVM_VERSION=3.7.0 compiler: clang + addons: + apt: + sources: ['ubuntu-toolchain-r-test'] + packages: g++-7 - os: linux env: LLVM_VERSION=3.7.1