Skip to content

Commit

Permalink
Try clang-tools from llvm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Mar 12, 2019
1 parent 317c258 commit 09a523d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,10 @@ matrix:
- compiler: clang
addons:
apt:
packages: ['clang-tools']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-xenial-8']
packages: ['clang-8', 'clang-tools-8']
env:
- CXX=scan-build
- CXX=scan-build-8

- compiler: clang
addons:
Expand Down

0 comments on commit 09a523d

Please sign in to comment.