Skip to content

Commit

Permalink
Try installing a specific version of php, and ignore checksums.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Jan 20, 2017
1 parent da286a3 commit 4770e11
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 @@ -21,7 +21,7 @@ install:
- SET PATH=%APPVEYOR_BUILD_FOLDER%/DevDesktopCommon/bintools-win/msys/bin;%PATH%
- SET PATH=C:\Program Files\MySql\MySQL Server 5.7\bin\;%PATH%
#Install PHP
- cinst -y php
- cinst -y --ignore-checksums php --version 7.0.12
- cd c:\tools\php
- copy php.ini-production php.ini

Expand Down

0 comments on commit 4770e11

Please sign in to comment.