Skip to content

Commit

Permalink
chore: remove x86 platform config for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed May 10, 2019
1 parent dc4a6ef commit 8589f67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ environment:
- nodejs_version: '12'

platform:
- x86
- x64

install:
# https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- ps: Install-Product node $env:nodejs_version $env:platform
- npm i npminstall && node_modules\.bin\npminstall

test_script:
Expand Down

0 comments on commit 8589f67

Please sign in to comment.