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:
52
52
- composer require symfony/dom-crawler=~$VERSION --no-update --ignore-platform-reqs
53
53
- composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
54
54
- 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
57
57
before_script :
58
58
- mysql -e "create database symfony_test;"
59
59
- ' [[ "$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