We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062940d commit 80dc8c9Copy full SHA for 80dc8c9
.travis.yml
@@ -12,8 +12,8 @@ sudo: false
12
13
install:
14
- '[[ -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
+ - COMPOSER_MEMORY_LIMIT=-1 composer self-update && composer --version
+ - COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
17
- php ./vendor/bin/codecept build
18
19
script:
0 commit comments