Skip to content

Commit

Permalink
Merge pull request #51 from eccubevn/fix_appveyor
Browse files Browse the repository at this point in the history
Fix appveyor
  • Loading branch information
t-nagahashi authored Jun 22, 2017
2 parents d76a1e1 + 6d39448 commit e602190
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 @@ -40,7 +40,7 @@ install:
# Set MySQL.
- cp tests/my.cnf c:\
- SET PATH=C:\Program Files\MySql\MySQL Server 5.7\bin\;%PATH%
- 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 e602190

Please sign in to comment.