summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7bf1a1)
raw | patch | inline | side by side (parent: f7bf1a1)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 12 Jan 2014 17:53:07 +0000 (18:53 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 12 Jan 2014 17:53:07 +0000 (18:53 +0100) |
Travis-CI's GCC does not support the address sanitizer options.
.travis.yml | patch | blob | history |
diff --git a/.travis.yml b/.travis.yml
index 3d4f12e8ee1e2766d7b9b6bdf4a8eba314a78b09..f3d8c0e693768fb170ea2aba8fb62a6d2165f739 100644 (file)
--- a/.travis.yml
+++ b/.travis.yml
branches:
only:
- master
+matrix:
+ exclude:
+ - compiler: gcc
+ env: CICFLAGS="-fsanitize=address -fno-omit-frame-pointer" CILDFLAGS="-fsanitize=address"