diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-11-14 03:53:12 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-11-14 03:53:12 (GMT) |
commit | 569aeba1d993ec4dccf3e615488b8a44b1d9980e (patch) | |
tree | 0e3a7f567def1abd60ef7307b271ad7fcd82083f | |
parent | ba1566949a4d18f2a032fdb400a1da749cd16225 (diff) | |
download | SCons-569aeba1d993ec4dccf3e615488b8a44b1d9980e.zip SCons-569aeba1d993ec4dccf3e615488b8a44b1d9980e.tar.gz SCons-569aeba1d993ec4dccf3e615488b8a44b1d9980e.tar.bz2 |
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
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 0 insertions, 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: >- |