We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1211886 + d5a5816 commit 8fcee1cCopy full SHA for 8fcee1c
.travis.yml
@@ -52,8 +52,8 @@ install:
52
- composer require symfony/dom-crawler=~$VERSION --no-update --ignore-platform-reqs
53
- composer require symfony/browser-kit=~$VERSION --no-update --ignore-platform-reqs
54
55
- - travis_retry composer install
56
- - travis_retry composer update -d framework-tests --no-dev --prefer-dist --no-interaction
+ - COMPOSER_MEMORY_LIMIT=-1 composer install
+ - COMPOSER_MEMORY_LIMIT=-1 composer update -d framework-tests --no-dev --prefer-dist --no-interaction
57
before_script:
58
- mysql -e "create database symfony_test;"
59
- '[[ "$VERSION" != "2.8" ]] || php framework-tests/app/console doctrine:schema:create -n --env test'
0 commit comments