Commit 9d2d4c82 authored by gabime's avatar gabime

Updated travis to clang-9

parent 515ce9be
...@@ -69,7 +69,7 @@ matrix: ...@@ -69,7 +69,7 @@ matrix:
# Test clang-9.0: C++11, Build=Debug, ASAN=On # Test clang-9.0: C++11, Build=Debug, ASAN=On
- env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off - env: CLANG_VERSION=9 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
# Test clang-9.0: C++11, Build=Release, ASAN=On # 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 # osx
......
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