Skip to content

Commit 80dc8c9

Browse files
committed
[Travis] Unlimited memory for composer
1 parent 062940d commit 80dc8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ sudo: false
1212

1313
install:
1414
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
15-
- travis_retry composer self-update && composer --version
16-
- travis_retry composer update --prefer-dist --no-interaction
15+
- COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
16+
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
1717
- php ./vendor/bin/codecept build
1818

1919
script:

0 commit comments

Comments
 (0)