Skip to content

Commit 971e7a4

Browse files
authored
[Travis] Unlimited memory for composer update
1 parent edc3975 commit 971e7a4

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
@@ -13,7 +13,7 @@ sudo: false
1313
install:
1414
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
1515
- travis_retry composer self-update && composer --version
16-
- travis_retry composer update --prefer-dist --no-interaction
16+
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
1717

1818
script:
1919
- php ./vendor/bin/codecept run

0 commit comments

Comments
 (0)