diff options
-rwxr-xr-x | tools/ci/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/travis.sh b/tools/ci/travis.sh index 59726efe8..f6c799934 100755 --- a/tools/ci/travis.sh +++ b/tools/ci/travis.sh @@ -207,7 +207,7 @@ EOF echo "Disable leak dection on travis" export ASAN_OPTIONS=detect_leaks=0:detect_stack_use_after_return=true:strict_init_order=true else - export ASAN_OPTIONS=detect_leaks=1:detect_stack_use_after_return=true:strict_init_order=true + export ASAN_OPTIONS=detect_stack_use_after_return=true:strict_init_order=true fi # run_test spinlock # Not running the spinlock test for the time being (too time consuming) run_test libconfig |