ci: remove appveyor x64 platform entry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user