Fixed mpmc_q test for osx in travis

This commit is contained in:
gabime
2018-08-17 17:30:33 +03:00
parent 9ad9cfb898
commit 8418131ae3
2 changed files with 12 additions and 4 deletions

View File

@@ -79,9 +79,17 @@ matrix:
addons: *clang6
# osx
- env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
- env: BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=Off
os: osx
- env: BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off
os: osx
- env: BUILD_TYPE=Debug CPP=11 ASAN=Off TSAN=On
os: osx
before_script: