about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2019-03-10 14:20:21 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-03-12 16:41:27 +0000
commit07e70c253a62563780c09235b1c30ac482184e03 (patch)
treec451750904d33d374a55cc27e82a7cac0b2dd6b7 /.travis.yml
parent7f9f6faf0042283ba3f748d7965ba5411edd12ea (diff)
downloadklee-07e70c253a62563780c09235b1c30ac482184e03.tar.gz
Enable MSan Travis CI job
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 31c288db..00caf8be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,7 @@ env:
     # *Sanitizer builds. Do unoptimized build otherwise the optimizer might remove problematic code
     - SANITIZER_BUILD=address ENABLE_OPTIMIZED=0 USE_TCMALLOC=0
     - SANITIZER_BUILD=undefined ENABLE_OPTIMIZED=0 USE_TCMALLOC=0
+    - SANITIZER_BUILD=memory ENABLE_OPTIMIZED=0 USE_TCMALLOC=0 SOLVERS=STP
 
     # Test just using Z3 only
     - SOLVERS=Z3