Skip to content

Commit

Permalink
Merge pull request #63 from alexislefebvre/fix-tests-on-AppVeyor
Browse files Browse the repository at this point in the history
Fix tests on app veyor
  • Loading branch information
alexislefebvre authored Sep 12, 2018
2 parents 312677d + a7b28b6 commit efa0669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml → .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ init:

install:
- mkdir c:\php && cd c:\php
- appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/cacert.pem
- appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.6.29-Win32-VC11-x86.zip
- 7z x php-5.6.29-Win32-VC11-x86.zip -y >nul
- appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x86.zip
- 7z x php-7.1.3-Win32-VC14-x86.zip -y >nul
- del /Q *.zip
- copy /Y php.ini-development php.ini
- echo memory_limit=-1 >> php.ini
- echo max_execution_time=600 >> php.ini
- echo date.timezone="UTC" >> php.ini
- echo extension_dir=ext >> php.ini
Expand All @@ -37,7 +37,7 @@ install:
- echo extension=php_curl.dll >> php.ini
- echo curl.cainfo=c:\php\cacert.pem >> php.ini
- cd c:\projects\asynctweetsbundle
- IF NOT EXIST composer.phar (appveyor DownloadFile https://getcomposer.org/download/1.3.2/composer.phar)
- IF NOT EXIST composer.phar (appveyor DownloadFile https://github.com/composer/composer/releases/download/1.7.1/composer.phar)
- php composer.phar self-update -vvv
- php composer.phar require "symfony/symfony:3.4.*" --no-progress --ansi

Expand Down

0 comments on commit efa0669

Please sign in to comment.