Skip to content

Commit

Permalink
fixed appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
pezhore committed Jul 19, 2017
1 parent 96d02f3 commit 37a9c64
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions appveyor.yml
Expand Up @@ -6,15 +6,10 @@ skip_commits:
message: /updated readme.*/

install:
<<<<<<< HEAD

# Install Package Provider to install PsScriptAnalyzer
- ps: Install-Module Pester -Force
=======
# Install Pester for testing
- cinst pester
# Install Package Provider to install PsScriptAnalyzer
- ps: Install-PackageProvider -Name NuGet -Force
>>>>>>> 48e8c570dd87b44152968af4c6dcea50f8737a58

# Install PsScriptAnalyzer to ensure we are following powershell best practices
- ps: Install-Module PsScriptAnalyzer -Force

Expand Down

0 comments on commit 37a9c64

Please sign in to comment.