summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 52aceeec8c..b4ad959d64 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -104,6 +104,7 @@ matrix:
- export PATH=$(scripts/mason.sh PREFIX clang++ VERSION 3.9.1)/bin:$PATH
- export CXXFLAGS="-Wno-undefined-var-template -fsanitize=address,undefined"
- export LDFLAGS="-fsanitize=address,undefined"
+ - export ASAN_OPTIONS=detect_leaks=0
before_script:
- mapbox_start_xvfb
script:
@@ -128,6 +129,7 @@ matrix:
- export PATH=$(scripts/mason.sh PREFIX clang++ VERSION 3.9.1)/bin:$PATH
- export CXXFLAGS="-Wno-undefined-var-template -fsanitize=address,undefined"
- export LDFLAGS="-fsanitize=address,undefined"
+ - export ASAN_OPTIONS=detect_leaks=0
before_script:
- mapbox_start_xvfb
script: