Skip to content

Commit

Permalink
Try running clang-analyze/scan-build
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 12, 2019
1 parent a900384 commit 20f8af3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ matrix:
after_success:
- coveralls --gcov gcov-7 --gcov-options '\-lp' --exclude src

- compiler: clang
addons:
apt:
packages: ['clang-tools']
env:
- CXX=scan-build

- compiler: clang
addons:
apt:
Expand Down

0 comments on commit 20f8af3

Please sign in to comment.