Skip to content

Commit

Permalink
[Travis] Unlimited memory for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 15, 2020
1 parent db2c535 commit 62a97a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ php:
- 7.4

before_script:
- export COMPOSER_MEMORY_LIMIT=-1
- composer require codeception/codeception:"$CODECEPTION_VERSION" --dev --prefer-source
- if [ "^3.0" != "$CODECEPTION_VERSION" ]; then composer require codeception/module-filesystem codeception/module-cli codeception/module-asserts codeception/module-phpbrowser --dev; fi;
- cp c3.php vendor/codeception/codeception/tests/data/claypit
Expand Down

0 comments on commit 62a97a4

Please sign in to comment.