👷 using the same compilers

parent 4f5c3458
...@@ -48,7 +48,7 @@ matrix: ...@@ -48,7 +48,7 @@ matrix:
addons: addons:
apt: apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-5.0'] 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: after_failure:
- make clang_sanitize -j4 - make clang_sanitize -j4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment