Skip to content

Commit

Permalink
updated appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pezhore committed Jul 19, 2017
1 parent 7476afe commit 3de63c1
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 @@ -6,10 +6,8 @@ skip_commits:
message: /updated readme.*/

install:
# Install Pester for testing
- cinst pester
# Install Package Provider to install PsScriptAnalyzer
- ps: Install-PackageProvider -Name NuGet -Force
- ps: Install-Module Pester -Force
# Install PsScriptAnalyzer to ensure we are following powershell best practices
- ps: Install-Module PsScriptAnalyzer -Force

Expand Down

0 comments on commit 3de63c1

Please sign in to comment.