ci: remove appveyor x64 platform entry

This commit is contained in:
Róbert Kiss
2017-10-29 09:45:08 +01:00
parent 2d1fcded0f
commit d876203d27

View File

@@ -12,15 +12,12 @@ cache:
matrix:
fast_finish: true
platform:
- x64
build: off
shallow_clone: true
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@latest
- choco install chromium
- set CI=true