Skip to content

Commit

Permalink
Fail the CI build if scan-build finds any problems
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 13, 2019
1 parent b6e0efd commit a277de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ matrix:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-8']
packages: ['clang-8', 'clang-tools-8', 'g++-8']
script:
- scan-build-8 --use-c++=clang++-8 make -kj3
- scan-build-8 --use-c++=clang++-8 --status-bugs make -kj3

- compiler: gcc
addons:
Expand Down

0 comments on commit a277de3

Please sign in to comment.