From c7c689c74d7a4731032f913aabd79e33aa41e4bd Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 11 Dec 2020 19:42:56 +0100 Subject: [PATCH] .travis.yml: Install clang-tidy to run some static code analysis early --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2425b20a..7c0296d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.