From 50b206371d25c8e24f2f78cb139cc969040adb2a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 28 Feb 2019 11:33:52 -0800 Subject: 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 Signed-off-by: Junio C Hamano --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 36cbdea7f4..ffb1bc46f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,16 +21,6 @@ matrix: compiler: addons: before_install: - - env: jobname=Windows - os: linux - compiler: - addons: - before_install: - script: - - > - test "$TRAVIS_REPO_SLUG" != "git/git" || - ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD) - after_failure: - env: jobname=Linux32 os: linux compiler: -- cgit v1.2.3