👷 using the same compilers
This commit is contained in:
parent
4f5c345817
commit
0e94ba8857
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ matrix:
|
|||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0']
|
||||
packages: ['clang-5.0', 'llvm-5.0-dev', 'ninja-build']
|
||||
packages: ['g++-6', 'clang-5.0', 'ninja-build']
|
||||
after_failure:
|
||||
- make clang_sanitize -j4
|
||||
|
||||
|
|
Loading…
Reference in a new issue