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