Updated travis to clang-9

This commit is contained in:
gabime 2020-04-15 01:06:28 +03:00
parent 515ce9bebb
commit 9d2d4c82df

View File

@ -69,7 +69,7 @@ matrix:
# Test clang-9.0: C++11, Build=Debug, ASAN=On
- env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
# Test clang-9.0: C++11, Build=Release, ASAN=On
- env: CLANG_VERSION=7 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
- env: CLANG_VERSION=9 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
# osx