File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ before_install:
50
50
- if [[ ! $skip && $PHP = 5.* ]]; then pecl install -f memcached-2.1.0; fi
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
- - if [[ ! $skip ]]; then composer self-update; fi
53
+ - if [[ ! $skip ]]; then composer self-update --stable ; fi
54
54
- if [[ ! $skip ]]; then cp .composer/* ~/.composer/; composer global install; fi
55
55
- if [[ ! $skip ]]; then ./phpunit install; fi
56
56
- if [[ ! $skip && $deps ]]; then composer global remove hirak/prestissimo; fi
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ 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
- - appveyor DownloadFile https://getcomposer.org/composer.phar
52
+ - IF %PHP%==1 appveyor DownloadFile https://getcomposer.org/download/1.0.2 /composer.phar
53
53
- copy /Y php.ini-max php.ini
54
54
- cd c:\projects\symfony
55
55
- mkdir %APPDATA%\Composer
You can’t perform that action at this time.
0 commit comments