summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-17 17:33:36 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-17 17:33:36 -0500
commit3557616f4c2da8fd9885d57f31827e10513e80bf (patch)
treec55a845df63173bdc4314b6565faa0247e7cbe33
parent58fa10c92ed71df31831c011e3f3b49ffded91df (diff)
downloadlibseccomp-3557616f4c2da8fd9885d57f31827e10513e80bf.tar.gz
build: treat clang errors as fatal in the Travis CI build
Signed-off-by: Paul Moore <paul@paul-moore.com> (imported from commit 06b825925dfe19030b877eb8f48ac96279d8fc50)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9fd35c0..905165a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ script:
- LIBSECCOMP_TSTCFG_STRESSCNT=5 make check
- LIBSECCOMP_TSTCFG_TYPE=live make -C tests check
# ubuntu 14.04 (trusty) clang has problems with the cython generated code
- - make clean && ./configure && scan-build make
+ - make clean && ./configure && scan-build --status-bugs make
# limit the code coverage tests to the native/c code
- make clean && ./configure --enable-code-coverage &&
LIBSECCOMP_TSTCFG_TYPE=basic make check-code-coverage &&