diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-01-09 14:32:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-01-09 14:32:54 -0800 |
| commit | a19caa7d63e1892ec048ff929946f6d210d708a9 (patch) | |
| tree | 4e2fcd5d8c26c3257b9380e52ac30115673833d6 /ci/run-static-analysis.sh | |
| parent | a09a5e6c36d21d1697ab369ef917af7a682a25c5 (diff) | |
| parent | 9cc2c76f5eaab557c42f67b9d574db89fd0865c2 (diff) | |
| download | git-a19caa7d63e1892ec048ff929946f6d210d708a9.tar.gz | |
Merge branch 'sg/travis-skip-identical-test'
Avoid repeatedly testing the same tree in TravisCI that have been
tested successfully already.
* sg/travis-skip-identical-test:
travis-ci: record and skip successfully built trees
travis-ci: create the cache directory early in the build process
travis-ci: print the "tip of branch is exactly at tag" message in color
Diffstat (limited to 'ci/run-static-analysis.sh')
| -rwxr-xr-x | ci/run-static-analysis.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index 68dd0f080e..fe4ee4e06b 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -6,3 +6,5 @@ . ${0%/*}/lib-travisci.sh make coccicheck + +save_good_tree |
