Skip to content

Commit

Permalink
Merge pull request EC-CUBE#2008 from chihiro-adachi/fix-appveyor
Browse files Browse the repository at this point in the history
appveyor:phpのインストールに失敗する問題を対応
  • Loading branch information
Yangsin committed Jan 6, 2017
2 parents 0e8d6c6 + d52a91a commit ac42970
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 ac42970

Please sign in to comment.