💚 fix compiler selection

This commit is contained in:
Niels Lohmann 2019-03-11 07:44:40 +01:00
parent e5c7fd488d
commit e3729ba0a5
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 3 additions and 3 deletions

View file

@ -292,11 +292,11 @@ matrix:
- os: linux
compiler: clang
env: COMPILER=clang++-7.0
env: COMPILER=clang++-7
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-7']
packages: ['g++-6', 'clang-7.0', 'ninja-build']
packages: ['g++-6', 'clang-7', 'ninja-build']
- os: linux
compiler: clang