From 45d3c8341cc478823da87d0adb1d22edf973f17f Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 17 Aug 2018 17:45:48 +0300 Subject: [PATCH] Fixed mpmc_q test for osx in travis --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0cb80e8..49ea5476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,14 +81,7 @@ matrix: # osx - 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 - - +