Skip to content

Commit 4093eae

Browse files
authored
Merge pull request #6 from Codeception/travis-unlimited-memory-for-composer
[Travis] Unlimited memory for composer
2 parents 7c511ce + 3928fee commit 4093eae

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
@@ -14,8 +14,8 @@ sudo: false
1414

1515
install:
1616
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
17-
- travis_retry composer self-update && composer --version
18-
- travis_retry composer install --prefer-dist --no-interaction
17+
- COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
18+
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction
1919
- phpenv config-rm xdebug.ini
2020
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then pecl install -f pcov; fi
2121

0 commit comments

Comments
 (0)