Update travis to run the test with sanitizers on.

This commit is contained in:
Daniel Lemire 2019-04-24 17:35:15 -04:00 committed by GitHub
parent 4c812d47bd
commit 7c8404eaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ script:
- export CC=gcc-7
- make
- make test
- make clean
- make SANITIZEGOLD=1 test