Skip to content

Commit 4846946

Browse files
committed
Debug AppVeyor [travis skip]
1 parent 141f3cb commit 4846946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ init:
7373

7474
install:
7575
- ps: (new-object Net.WebClient).DownloadString($Env:PHP_AVM) | iex
76-
76+
- ps: $ErrorActionPreference = "Continue";
7777
- ps: InstallPhpSdk $Env:PHP_SDK_VERSION $Env:VC_VERSION $Env:PLATFORM
7878
- ps: InstallPhp $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM
7979
- ps: InstallPhpDevPack $Env:PHP_VERSION $Env:BUILD_TYPE $Env:VC_VERSION $Env:PLATFORM

0 commit comments

Comments
 (0)