Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7b217a1

Browse files
author
torreytsui
committed
Increase travis composer update mem limit
1 parent fa213e7 commit 7b217a1

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
@@ -58,7 +58,7 @@ before_install:
5858
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5959
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
6060

61-
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
61+
install: travis_wait php -d memory_limit=3G composer update --prefer-dist $COMPOSER_FLAGS
6262

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

0 commit comments

Comments
 (0)