Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
travis-ci: don't build Git for the static analysis job
The static analysis job on Travis CI builds Git ever since it was introduced in d8245bb (travis-ci: add static analysis build job to run coccicheck, 2017-04-11). However, Coccinelle, the only static analysis tool in use, only needs Git's source code to work and it doesn't care about built Git binaries at all. Spare some of Travis CI's resources and don't build Git for the static analysis job unnecessarily. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information