Skip to content

Commit

Permalink
Try to enable sanitizer for Travis-CI clang builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xaizek committed Jul 23, 2016
1 parent 19473f2 commit 671b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ script:
if [ "$CC" = gcc ]; then
./configure --enable-coverage;
else
./configure;
./configure --with-sanitize=basic;
fi
) &&
make -j4 &&
Expand Down

0 comments on commit 671b537

Please sign in to comment.