Skip to content

Commit

Permalink
[Travis] Unlimited memory for composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda authored Nov 28, 2019
1 parent edc3975 commit 971e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 update --prefer-dist --no-interaction
- COMPOSER_MEMORY_LIMIT=-1 composer update --prefer-dist --no-interaction

script:
- php ./vendor/bin/codecept run

0 comments on commit 971e7a4

Please sign in to comment.