Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
fix AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
oohnoitz committed Oct 31, 2018
1 parent e60f255 commit 90fbbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ artifacts:
install:
- cmd: git submodule update --init --recursive
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
- cmd: set PATH=%APPDATA%\npm;%PATH%
- ps: >
set PATH=%APPDATA%\npm;%PATH%
npm config set progress false
npm config set spin false
- ps: >
Expand Down

0 comments on commit 90fbbd3

Please sign in to comment.