Browse Source

Being kind by not wasting someone else's bandwidth

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

+ 1 - 1
appveyor.yml

@@ -17,7 +17,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'
+  - ps: Start-FileDownload 'http://ci.cakephp.org/php.zip'
   - 7z x php-5.5.7-nts-Win32-VC11-x86.zip -oc:\php
   - cd c:\php
   - copy php.ini-production php.ini