Skip to content

Commit 47219b9

Browse files
authored
[Travis] Unlimited memory for composer update
1 parent 658e8af commit 47219b9

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
@@ -20,7 +20,7 @@ sudo: false
2020
install:
2121
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
2222
- travis_retry composer self-update && composer --version
23-
- travis_retry composer update --prefer-dist --no-interaction
23+
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
2424

2525
before_script:
2626
- 'mysql -e "create database codeception_test;"'

0 commit comments

Comments
 (0)