From 569aeba1d993ec4dccf3e615488b8a44b1d9980e Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 13 Nov 2018 19:53:12 -0800 Subject: Remove delete of file. It's causing appveyor to die even though the command shouldn't issue an error code if xsltproc.exe is not there --- .appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b22ad7d..72f0f7e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -62,10 +62,6 @@ environment: build: off -# Remove bogus xsltproc.exe from git install if it's there -before_build: - - ps: Remove-Item "C:\Program Files\Git\usr\bin\xsltproc.EXE" -ErrorAction Ignore - build_script: - cmd: python runtest.py -l -a > all_tests.txt - ps: >- -- cgit v0.12