From f43538491e98d5df2b58354618f8212496f6c2ae Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 12 Jan 2014 18:53:07 +0100 Subject: [PATCH] .travis.yml: Exclude AddressSanitizer runs with GCC. Travis-CI's GCC does not support the address sanitizer options. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3d4f12e..f3d8c0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,7 @@ after_success: branches: only: - master +matrix: + exclude: + - compiler: gcc + env: CICFLAGS="-fsanitize=address -fno-omit-frame-pointer" CILDFLAGS="-fsanitize=address" -- 2.30.2