Fixed mpmc_q test for osx in travis

This commit is contained in:
gabime
2018-08-17 17:17:16 +03:00
parent a281d21fbf
commit 9ad9cfb898
3 changed files with 21 additions and 17 deletions

View File

@@ -84,8 +84,6 @@ matrix:
before_script:
- if [ -n "$GCC_VERSION" ]; then export CXX="g++-${GCC_VERSION}" CC="gcc-${GCC_VERSION}"; fi
- if [ -n "$CLANG_VERSION" ]; then export CXX="clang++-${CLANG_VERSION}" CC="clang-${CLANG_VERSION}"; fi