Skip to content

Commit

Permalink
Fix memory in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Sep 2, 2020
1 parent 5f0a614 commit 9802576
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 @@ -29,7 +29,7 @@ script:
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

install:
- travis_retry composer install --no-interaction --prefer-source
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist

# cache vendors
cache:
Expand Down

0 comments on commit 9802576

Please sign in to comment.