travis: -fno-color-diagnostics does not play well with static analyzer

This commit is contained in:
Rainer Gerhards 2015-12-02 10:51:26 +01:00
parent 3ec6e495bc
commit 11da73f329

View File

@ -21,7 +21,7 @@ matrix:
- compiler: "clang"
env: CFLAGS="-g -O1 -fsanitize=address -fno-color-diagnostics"
- compiler: "clang"
env: STAT_AN="YES", CFLAGS="-g -O1 -std=c99 -fno-color-diagnostics"
env: STAT_AN="YES", CFLAGS="-g -O1 -std=c99"
dist: trusty
before_install: