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: matrix:
fast_finish: true fast_finish: true
platform:
- x64
build: off build: off
shallow_clone: true shallow_clone: true
install: install:
- ps: Install-Product node $env:nodejs_version $env:platform - ps: Install-Product node $env:nodejs_version
- npm i -g npm@latest - npm i -g npm@latest
- choco install chromium - choco install chromium
- set CI=true - set CI=true