Skip to content

Commit d41c5a9

Browse files
committed
Move Travis memory limit
1 parent fe7e4cf commit d41c5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ cache:
2929
- $HOME/.composer/cache
3030

3131
before_install:
32+
- echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3233
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
3334
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
3435
- if [ "$DEPENDENCIES" != "" ]; then composer require --no-update $DEPENDENCIES; fi;
35-
- echo "memory_limit=4G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3636

3737
install: composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
3838

0 commit comments

Comments
 (0)