Skip to content

Commit

Permalink
No progress for choco installs (too chatty)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wahl <github@wahlnetwork.com>
  • Loading branch information
chriswahl committed Nov 4, 2017
1 parent c982d6e commit 8af80cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install.ps1
Expand Up @@ -25,7 +25,7 @@ ForEach ($Module in $PowerShellModules) {
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

# Install Chocolatey packages
ForEach ($Package in $ChocolateyPackages) {choco install $Package -y}
ForEach ($Package in $ChocolateyPackages) {choco install $Package -y --no-progress}

# Install Node packages
ForEach ($Module in $NodeModules) {npm install -g $Module}

0 comments on commit 8af80cd

Please sign in to comment.