[3.6] Kill the AppVeyor file whitelist (GH-5122)

It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.
(cherry picked from commit 7f7de371f9)
This commit is contained in:
Zachary Ware 2018-01-06 21:16:33 -06:00 committed by GitHub
parent e29573910c
commit 157be7ca1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/appveyor.yml vendored
View file

@ -17,20 +17,3 @@ environment:
image: image:
- Visual Studio 2015 - Visual Studio 2015
- Visual Studio 2017 - Visual Studio 2017
# Only trigger AppVeyor if actual code or its configuration changes
only_commits:
files:
- .github/appveyor.yml
- .gitattributes
- Grammar/
- Include/
- Lib/
- Modules/
- Objects/
- PC/
- PCBuild/
- Parser/
- Programs/
- Python/
- Tools/