File tree Expand file tree Collapse file tree 5 files changed +3
-83
lines changed Expand file tree Collapse file tree 5 files changed +3
-83
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
"config" : {
3
3
"preferred-install" : {
4
4
"*" : " dist"
5
- },
6
- "prestissimo" : {
7
- "insecure" : true
8
5
}
9
6
}
10
7
}
Original file line number Diff line number Diff line change @@ -51,9 +51,8 @@ before_install:
51
51
- if [[ ! $skip && $PHP != hhvm ]]; then echo extension = ldap.so >> $INI_FILE; fi
52
52
- if [[ ! $skip && $PHP != hhvm ]]; then phpenv config-rm xdebug.ini; fi
53
53
- if [[ ! $skip ]]; then composer self-update --stable; fi
54
- - if [[ ! $skip ]]; then cp .composer/* ~/.composer/; composer global install; fi
54
+ - if [[ ! $skip ]]; then cp .composer/* ~/.composer/; fi
55
55
- if [[ ! $skip ]]; then ./phpunit install; fi
56
- - if [[ ! $skip && $deps ]]; then composer global remove hirak/prestissimo; fi
57
56
- if [[ ! $skip ]]; then export PHPUNIT=$(readlink -f ./phpunit); fi
58
57
59
58
install :
Original file line number Diff line number Diff line change 18
18
install :
19
19
- IF EXIST c:\php (SET PHP=0) ELSE (mkdir c:\php)
20
20
- cd c:\php
21
- - IF %PHP%==1 appveyor DownloadFile https://curl.haxx.se/ca /cacert.pem
21
+ - IF %PHP%==1 appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master /cacert.pem
22
22
- IF %PHP%==1 appveyor DownloadFile http://windows.php.net/downloads/releases/archives/php-5.3.3-nts-Win32-VC9-x86.zip
23
23
- IF %PHP%==1 7z x php-5.3.3-nts-Win32-VC9-x86.zip -y >nul
24
24
- IF %PHP%==1 appveyor DownloadFile https://raw.githubusercontent.com/symfony/binary-utils/master/ICU-51.2-dlls.zip
@@ -49,12 +49,11 @@ install:
49
49
- IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini-max
50
50
- IF %PHP%==1 echo extension=php_curl.dll >> php.ini-max
51
51
- IF %PHP%==1 echo curl.cainfo=c:\php\cacert.pem >> php.ini-max
52
- - IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.2 /composer.phar
52
+ - IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.3 /composer.phar
53
53
- copy /Y php.ini-max php.ini
54
54
- cd c:\projects\symfony
55
55
- mkdir %APPDATA%\Composer
56
56
- copy /Y .composer\* %APPDATA%\Composer\
57
- - composer global install --no-progress --ansi
58
57
- php phpunit install
59
58
- IF %APPVEYOR_REPO_BRANCH%==master (SET COMPOSER_ROOT_VERSION=dev-master) ELSE (SET COMPOSER_ROOT_VERSION=%APPVEYOR_REPO_BRANCH%.x-dev)
60
59
- composer update --no-progress --ansi
You can’t perform that action at this time.
0 commit comments