Skip to content

Commit

Permalink
[appveyor] manual windows update
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 4, 2017
1 parent 898827f commit 2c6b6bc
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 @@ -10,10 +10,8 @@ init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php71;%PATH%

install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y OpenSSL.Light
- SET PATH=C:\Program Files\OpenSSL;%PATH%
- sc config wuauserv start= auto
- net start wuauserv
- cinst -y php
- cd c:\tools\php71
- copy php.ini-production php.ini /Y
Expand Down

0 comments on commit 2c6b6bc

Please sign in to comment.