Skip to content

Commit

Permalink
add --allow-empty-checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Jan 5, 2017
1 parent 0e8d6c6 commit d52a91a
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 @@ -37,7 +37,7 @@ install:
#- cinst mysql
#- SET PATH=C:\tools\mysql\current\bin\;%PATH%
# Set PHP.
- cinst php --version 7.0.9
- cinst php --version 7.0.9 --allow-empty-checksums
- SET PATH=C:\tools\php\;%PATH%
- copy C:\tools\php\php.ini-production C:\tools\php\php.ini
- echo date.timezone="Asia/Tokyo" >> C:\tools\php\php.ini
Expand Down

0 comments on commit d52a91a

Please sign in to comment.