diff --git a/appveyor.yml b/appveyor.yml index fd4295648e..69efdaf703 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,14 +14,14 @@ environment: innounp: '%scoop_helpers%\innounp\innounp.exe' matrix: - PowerShell: 5 - - PowerShell: 6 + - PowerShell: Current cache: - '%USERPROFILE%\Documents\WindowsPowerShell\Modules -> appveyor.yml' - C:\projects\helpers -> appveyor.yml, test\bin\*.ps1 matrix: fast_finish: true init: - - ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/lukesampson/scoop" "$env:SCOOP" } + - ps: if(!(Test-Path "$env:SCOOP")) { git clone -q --depth=1 "https://github.com/ScoopInstaller/Scoop" "$env:SCOOP" } for: - matrix: only: @@ -32,7 +32,7 @@ for: - ps: . "$env:SCOOP_HOME\test\bin\test.ps1" -TestPath "$env:APPVEYOR_BUILD_FOLDER" - matrix: only: - - PowerShell: 6 + - PowerShell: Current install: - pwsh: . "$env:SCOOP_HOME\test\bin\init.ps1" test_script: