Skip to content

Commit d8de2d3

Browse files
committed
Bugfix related to Travis-CI.
1 parent f8ee0be commit d8de2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testing-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo 'Setting Codeception output directory permissions'.
3131
chmod 777 -R ${TESTS_DIR}
3232

3333
# Install dependencies
34-
composer install --prefer-source --no-interaction
34+
COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction
3535

3636
if [[ -z "$SUITES" ]]; then
3737
echo 'A target testing suite(s) must be selected.'

0 commit comments

Comments
 (0)