From cb0d8cfbbddc01c53b14d71c475c089c1f55d27c Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 14 Aug 2018 01:15:39 +0300 Subject: [PATCH] Fixed travis --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e21cb131..53511930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,20 +64,20 @@ matrix: addons: *clang35 # Test clang-6.0: C++11, Build=Debug, ASAN=On - - env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 ASAN=On + - env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 ASAN=On TSAN=Off os: linux addons: *clang6 - - env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=On + - env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=On TSAN=Off os: linux addons: *clang6 # Test clang-6.0: C++11, Build=Debug, TSAN=On - - env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 TSAN=On + - env: CLANG_VERSION=6.0 BUILD_TYPE=Debug CPP=11 ASAN=Off TSAN=On os: linux addons: *clang6 - - env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 TSAN=On + - env: CLANG_VERSION=6.0 BUILD_TYPE=Release CPP=11 ASAN=Off TSAN=On os: linux addons: *clang6 @@ -97,7 +97,7 @@ install: -DSPDLOG_BUILD_EXAMPLES=ON \ -DSPDLOG_BUILD_BENCH=OFF \ -DSPDLOG_SANITIZE_ADDRESS=$ASAN \ - -DSPDLOG_SANITIZE_THREAD=$ASAN + -DSPDLOG_SANITIZE_THREAD=$TSAN - make VERBOSE=1 -j2 before_script: