We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c511ce + 3928fee commit 4093eaeCopy full SHA for 4093eae
.travis.yml
@@ -14,8 +14,8 @@ sudo: false
14
15
install:
16
- '[[ -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
+ - COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
+ - COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-dist --no-interaction
19
- phpenv config-rm xdebug.ini
20
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then pecl install -f pcov; fi
21
0 commit comments