Skip to content

Commit 1ba2b64

Browse files
committed
Removing composer memory limit
1 parent 99c4437 commit 1ba2b64

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
@@ -42,8 +42,8 @@ before_install:
4242

4343
install:
4444
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
45-
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
46-
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
45+
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
46+
- COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
4747
#- ./vendor/bin/simple-phpunit install
4848

4949
script:

0 commit comments

Comments
 (0)