.travis.yml: Install clang-tidy to run some static code analysis early

This commit is contained in:
Jakub Jelen 2020-12-11 19:42:56 +01:00 committed by Jakub Jelen
parent 910020aeec
commit c7c689c74d
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ addons:
- ant
- socat
- cmake
- clang-tidy
before_install:
# homebrew is dead slow in older images due to the many updates it would need to download and build.