Skip to content

Commit 9e55bec

Browse files
committed
Do not show chocolatey download progress
1 parent 871b859 commit 9e55bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
- ps: |
4646
# Check if installation is cached
4747
if (!(Test-Path c:\tools\php)) {
48-
choco upgrade chocolatey
48+
choco upgrade --no-progress chocolatey
4949
choco install --no-progress -y vcredist140
5050
appveyor-retry choco install --no-progress --params '""/InstallDir:C:\tools\php""' --ignore-checksums -y php --version ((choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
5151
# install sqlite

0 commit comments

Comments
 (0)