From 5abe89fc9cf39e8107313922bf6f0e196a3267cb Mon Sep 17 00:00:00 2001 From: solusipse Date: Wed, 6 Sep 2017 00:59:09 +0200 Subject: [PATCH] Added lacking clang package for scan-build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 687e9c3..71b3710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: apt: packages: - cppcheck + - clang-3.5 script: - cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c