travis: remove the hack to build the Windows job on Azure Pipelines
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 28 Feb 2019 19:33:52 +0000 (11:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Feb 2019 23:21:26 +0000 (08:21 +0900)
commit50b206371d25c8e24f2f78cb139cc969040adb2a
tree74635c9a61c75af77dec956c1d3e58185a3d8c94
parent8104ec994ea3849a968b4667d072fedd1e688642
travis: remove the hack to build the Windows job on Azure Pipelines

Since Travis did not support Windows (and now only supports very limited
Windows jobs, too limited for our use, the test suite would time out
*all* the time), we added a hack where a Travis job would trigger an
Azure Pipeline (which back then was still called VSTS Build), wait for
it to finish (or time out), and download the log (if available).

Needless to say that it was a horrible hack, necessitated by a bad
situation.

Nowadays, however, we have Azure Pipelines support, and do not need that
hack anymore. So let's retire it.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
ci/run-windows-build.sh [deleted file]