Update .travis.yml

This commit is contained in:
Gabi Melman 2019-09-21 15:24:37 +03:00 committed by GitHub
parent 7153db954f
commit bd2fe64bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,11 +67,11 @@ matrix:
# Test clang-7.0: C++11, Build=Debug, ASAN=On
- env: CLANG_VERSION=7.0 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
os: linux
dist: bionic
addons: *clang70
- env: CLANG_VERSION=7.0 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off
os: linux
dist: bionic
addons: *clang70
# osx