From 7c8404eaf95b2cde087cc131bea42a429fdab8cb Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 24 Apr 2019 17:35:15 -0400 Subject: [PATCH] Update travis to run the test with sanitizers on. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8476ea2ec..b625f3678 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,3 +17,5 @@ script: - export CC=gcc-7 - make - make test + - make clean + - make SANITIZEGOLD=1 test