summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0cb8a0b8..4beb5a5e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,6 +34,10 @@ matrix:
os: linux
compiler: gcc
env: BUILD_CMAKE=yes EXPERIMENTAL=yes
+ - name: "clang ASAN on Linux"
+ os: linux
+ compiler: clang
+ env: CFLAGS="-fsanitize=address -O1 -fno-omit-frame-pointer -g3"
- name: "gcc on Linux ppc"
os: linux
compiler: gcc