Skip to content

Commit 871beb8

Browse files
committed
Fix usage of scan-build
1 parent 09a523d commit 871beb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ matrix:
216216
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-8']
217217
packages: ['clang-8', 'clang-tools-8']
218218
env:
219-
- CXX=scan-build-8
219+
- CXX=clang++-8
220+
script:
221+
- scan-build-8 make -kj3
220222

221223
- compiler: clang
222224
addons:

0 commit comments

Comments
 (0)