Skip to content

Commit 8fcee1c

Browse files
authored
Merge pull request #2 from Codeception/travis-unlimited-memory-for-composer
[Travis] Unlimited memory for composer
2 parents 1211886 + d5a5816 commit 8fcee1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5757
before_script:
5858
- mysql -e "create database symfony_test;"
5959
- '[[ "$VERSION" != "2.8" ]] || php framework-tests/app/console doctrine:schema:create -n --env test'

0 commit comments

Comments
 (0)