Skip to content

Commit

Permalink
Attempt #3 to fix the AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Sep 6, 2016
1 parent b8df785 commit 9749b40
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 @@ -6,7 +6,7 @@ build: false
install:
- git submodule update --init
- nuget install libgit2sharp -OutputDirectory .\packages -ExcludeVersion
- ps: Install-Module Configuration -Minimum 1.0 -Force -ForceBootstrap
- ps: Install-Package Configuration -Provider PowerShellGet -Minimum 1.0 -Force -ForceBootstrap
build_script:
- ps: .\Build.ps1 -Verbose
test_script:
Expand Down

0 comments on commit 9749b40

Please sign in to comment.