Skip to content

Commit 20f8af3

Browse files
committed
Try running clang-analyze/scan-build
1 parent a900384 commit 20f8af3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ matrix:
212212
after_success:
213213
- coveralls --gcov gcov-7 --gcov-options '\-lp' --exclude src
214214

215+
- compiler: clang
216+
addons:
217+
apt:
218+
packages: ['clang-tools']
219+
env:
220+
- CXX=scan-build
221+
215222
- compiler: clang
216223
addons:
217224
apt:

0 commit comments

Comments
 (0)