Appveyor is notorious for creating more flake than not. We supported both windows 32 & 64 bit and CircleCI only supported 64 bit. When we removed windows 32 bit support in Cypress, we didn't need to use AppVeyor anymore.
Only a few projects implement "test:ci:windows", and they all would fail on Linux anyways so there's no need to run them again in Windows.
removed
--windows
,test:ci:windows
,appveyor
stuffAppveyor is notorious for creating more flake than not. We supported both windows 32 & 64 bit and CircleCI only supported 64 bit. When we removed windows 32 bit support in Cypress, we didn't need to use AppVeyor anymore.
Only a few projects implement "test:ci:windows", and they all would fail on Linux anyways so there's no need to run them again in Windows.