File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ install:
5252 - composer require symfony/dom-crawler=~$VERSION --no-update --ignore-platform-reqs
5353 - composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
5454 - composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
55- - travis_retry composer install
56- - travis_retry composer update -d framework-tests --no-dev --prefer-dist --no-interaction
55+ - COMPOSER_MEMORY_LIMIT=-1 composer install
56+ - COMPOSER_MEMORY_LIMIT=-1 composer update -d framework-tests --no-dev --prefer-dist --no-interaction
5757before_script :
5858 - mysql -e "create database symfony_test;"
5959 - ' [[ "$VERSION" != "2.8" ]] || php framework-tests/app/console doctrine:schema:create -n --env test'
You can’t perform that action at this time.
0 commit comments