Browse Source

Fixing zipfile name

Jose Lorenzo Rodriguez 11 years ago
parent
commit
d6f736d6fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -22,7 +22,7 @@ init:
 install:
   - cd c:\
   - ps: Start-FileDownload 'http://ci.cakephp.org/php.zip'
-  - 7z x php-5.5.7-nts-Win32-VC11-x86.zip -oc:\php
+  - 7z x php.zip -oc:\php
   - cd c:\php
   - copy php.ini-production php.ini
   - echo date.timezone="UTC" >> php.ini