Commit 3e05ff3
CI: have "static-analysis" run "check-builtins", not "documentation"
Move the "make check-builtins" check from the "documentation" job to
the "static-analysis" job.
The "check-builtins" target added in c74390e (cherry is built-in,
do not ship git-cherry.sh, 2006-11-05) is unrelated to the
documentation, so it's odd that b98712b (travis-ci: build
documentation, 2016-05-04) added it to the "documentation" job.
Let's just move it to the "ci-static-analysis" target, and while we're
at it improve the output with $(QUIET_CHECK).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent ecee195 commit 3e05ff3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3384 | 3384 | | |
3385 | 3385 | | |
3386 | 3386 | | |
3387 | | - | |
| 3387 | + | |
3388 | 3388 | | |
3389 | 3389 | | |
3390 | 3390 | | |
| |||
3474 | 3474 | | |
3475 | 3475 | | |
3476 | 3476 | | |
| 3477 | + | |
3477 | 3478 | | |
3478 | 3479 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
0 commit comments