Skip to content

Commit 93f8b76

Browse files
committed
Increase Travis memory limit
1 parent 4368c7d commit 93f8b76

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
@@ -32,7 +32,7 @@ before_install:
3232
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
3333
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3434
- if [ "$DEPENDENCIES" != "" ]; then composer require --no-update $DEPENDENCIES; fi;
35-
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
35+
- echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3636

3737
install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
3838

0 commit comments

Comments
 (0)