👷 trying to install g++ to make clang work

This commit is contained in:
Niels Lohmann 2017-08-08 19:14:22 +02:00
parent 0ea0d7d860
commit 054b0250be
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -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