Skip to content

Commit

Permalink
Merge pull request #6 from Codeception/travis-unlimited-memory-for-co…
Browse files Browse the repository at this point in the history
…mposer

[Travis] Unlimited memory for composer
  • Loading branch information
Naktibalda authored Jan 27, 2020
2 parents 7c511ce + 3928fee commit 4093eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ sudo: false

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

Expand Down

0 comments on commit 4093eae

Please sign in to comment.