Added lacking clang package for scan-build - fiche - A pastebin adjusted for go… | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 5abe89fc9cf39e8107313922bf6f0e196a3267cb | |
parent f4114ce2a6ed1c2af24dee9ec30d2bf9f55c2f63 | |
Author: solusipse <[email protected]> | |
Date: Wed, 6 Sep 2017 00:59:09 +0200 | |
Added lacking clang package for scan-build | |
Diffstat: | |
.travis.yml | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git 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 |