Travis: Try to use Clang-7

This commit is contained in:
Dirk Ziegelmeier 2018-10-15 08:58:43 +02:00
parent f99f304c20
commit c2892ed0fb

View File

@ -16,16 +16,16 @@ matrix:
env: env:
- LSAN_OPTIONS=verbosity=1:log_threads=1 - LSAN_OPTIONS=verbosity=1:log_threads=1
- compiler: clang-6.0 - compiler: clang-7
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
- llvm-toolchain-trusty-6.0 - llvm-toolchain-trusty-7
packages: packages:
- check - check
- libsubunit-dev - libsubunit-dev
- clang-6.0 - clang-7
env: env:
- LSAN_OPTIONS=verbosity=1:log_threads=1 - LSAN_OPTIONS=verbosity=1:log_threads=1