Navigation Menu

Skip to content

Commit

Permalink
Trying with the stock php installer
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 20, 2014
1 parent c36a968 commit 581a590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,4 +1,5 @@
build: false
shallow_clone: true
environment:
global:
db_class: 'Cake\Database\Driver\SqlServer'
Expand All @@ -14,8 +15,7 @@ init:
- SET PATH=C:\php\;%PATH%
install:
- cd c:\
- ps: Start-FileDownload 'http://robmorgan.s3.amazonaws.com/php55/php-5.5.7-nts-Win32-VC11-x86.zip'
- 7z x php-5.5.7-nts-Win32-VC11-x86.zip -oc:\php
- cinst php
- cd c:\php
- copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini
Expand Down

0 comments on commit 581a590

Please sign in to comment.