diff --git a/.travis.yml b/.travis.yml index 4e7c2e9a..b467224c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,13 @@ 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 + os: linux + addons: *clang90 + + # Test clang-9.0: C++11, Build=Release, ASAN=Off - env: CLANG_VERSION=9 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off + os: linux + addons: *clang90 # osx