Skip to content

Commit 2aa8658

Browse files
committed
update appveyor config
1 parent f9a8496 commit 2aa8658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ environment:
1313
DEBUG: "*"
1414

1515
platform:
16-
- x64 # dependency 'sharp' is not available for x86
16+
- x64
1717

1818
install:
1919
- ps: Install-Product node $env:nodejs_version $env:platform
2020
- npm install -g npm@latest
21-
- npm install sharp@latest --save
2221
- npm install
2322

2423
test_script:

0 commit comments

Comments
 (0)