@@ -11,23 +11,23 @@ init:
11
11
- SET COMPOSER_NO_INTERACTION=1
12
12
- SET SYMFONY_DEPRECATIONS_HELPER=strict
13
13
- SET ANSICON=121x90 (121x90)
14
- - SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
14
+ - SET SYMFONY_PHPUNIT_VERSION=4.8
15
15
- REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Command Processor" /v DelayedExpansion /t REG_DWORD /d 1 /f
16
16
17
17
install :
18
18
- mkdir c:\php && cd c:\php
19
19
- appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/cacert.pem
20
- - appveyor DownloadFile http ://windows.php.net/downloads/ releases/archives /php-5.5.9-nts-Win32-VC11-x86.zip
20
+ - appveyor DownloadFile https ://github.com/symfony/binary-utils/ releases/download/v0.1 /php-5.5.9-nts-Win32-VC11-x86.zip
21
21
- 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul
22
- - del /Q * .zip
22
+ - appveyor DownloadFile https://github.com/symfony/binary-utils/releases/download/v0.1/php-7.1.3-Win32-VC14-x64 .zip
23
23
- cd ext
24
- - appveyor DownloadFile http ://windows.php.net/downloads/pecl /releases/apcu/4.0.10 /php_apcu-4.0.10-5.5-nts-vc11-x86.zip
24
+ - appveyor DownloadFile https ://github.com/symfony/binary-utils /releases/download/v0.1 /php_apcu-4.0.10-5.5-nts-vc11-x86.zip
25
25
- 7z x php_apcu-4.0.10-5.5-nts-vc11-x86.zip -y >nul
26
- - appveyor DownloadFile http ://windows.php.net/downloads/pecl /releases/memcache/3.0.8 /php_memcache-3.0.8-5.5-nts-vc11-x86.zip
26
+ - appveyor DownloadFile https ://github.com/symfony/binary-utils /releases/download/v0.1 /php_memcache-3.0.8-5.5-nts-vc11-x86.zip
27
27
- 7z x php_memcache-3.0.8-5.5-nts-vc11-x86.zip -y >nul
28
- - del /Q *.zip
29
28
- cd ..
30
29
- copy /Y php.ini-development php.ini-min
30
+ - echo serialize_precision=14 >> php.ini-min
31
31
- echo max_execution_time=1200 >> php.ini-min
32
32
- echo date.timezone="America/Los_Angeles" >> php.ini-min
33
33
- echo extension_dir=ext >> php.ini-min
@@ -55,9 +55,13 @@ install:
55
55
- php phpunit install
56
56
57
57
test_script :
58
- - cd c:\projects\symfony
59
58
- SET X=0
60
- - copy /Y c:\php\php.ini-min c:\php\php.ini
59
+ - cd c:\php && 7z x php-7.1.3-Win32-VC14-x64.zip -y >nul && copy /Y php.ini-min php.ini
60
+ - cd c:\projects\symfony
61
+ - php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
62
+ - cd c:\php && 7z x php-5.5.9-nts-Win32-VC11-x86.zip -y >nul && copy /Y php.ini-min php.ini
63
+ - cd c:\projects\symfony
64
+ - SET SYMFONY_PHPUNIT_SKIPPED_TESTS=phpunit.skipped
61
65
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
62
66
- copy /Y c:\php\php.ini-max c:\php\php.ini
63
67
- php phpunit src\Symfony --exclude-group benchmark,intl-data || SET X=!errorlevel!
0 commit comments