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.
1 parent 658e8af commit 47219b9Copy full SHA for 47219b9
.travis.yml
@@ -20,7 +20,7 @@ sudo: false
20
install:
21
- '[[ -z "$CI_USER_TOKEN" ]] || composer config github-oauth.github.com ${CI_USER_TOKEN};'
22
- travis_retry composer self-update && composer --version
23
- - travis_retry composer update --prefer-dist --no-interaction
+ - COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction
24
25
before_script:
26
- 'mysql -e "create database codeception_test;"'
0 commit comments