summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-17 14:19:33 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-17 15:39:26 -0500
commit06b825925dfe19030b877eb8f48ac96279d8fc50 (patch)
tree853d267eec9d3e6dc40471507319f8361a0b7c8c
parente3addce3794ddb6dc174d429da055296282df0e6 (diff)
downloadlibseccomp-06b825925dfe19030b877eb8f48ac96279d8fc50.tar.gz
build: treat clang errors as fatal in the Travis CI build
Signed-off-by: Paul Moore <paul@paul-moore.com>
-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 &&