Skip to content

Commit bea6c99

Browse files
committed
no composer memory limit
1 parent fd7feb6 commit bea6c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ before_install:
5656
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5757
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5858

59-
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
59+
install: travis_wait php -d memory_limit=-1 composer update --prefer-dist $COMPOSER_FLAGS
6060

6161
script:
6262
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi

0 commit comments

Comments
 (0)