]> git.ipfire.org Git - thirdparty/git.git/commit - ci/install-dependencies.sh
ci: rename the library of common functions
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 27 Jan 2019 23:26:50 +0000 (15:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jan 2019 18:34:28 +0000 (10:34 -0800)
commitc2160f2d1943d0b72a18e21300f98ef008e48696
treedec079fcac6f4bc4b5480a601dce7d17fd010ec9
parent4096a98d79953d9749b81d2ecdcc600003d5c29a
ci: rename the library of common functions

The name is hard-coded to reflect that we use Travis CI for continuous
testing.

In the next commits, we will extend this to be able use Azure DevOps,
too.

So let's adjust the name to make it more generic.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-dependencies.sh
ci/lib.sh [moved from ci/lib-travisci.sh with 100% similarity]
ci/print-test-failures.sh
ci/run-build-and-tests.sh
ci/run-linux32-docker.sh
ci/run-static-analysis.sh
ci/run-windows-build.sh
ci/test-documentation.sh