Skip to content

Commit 2eb889d

Browse files
authored
Update .travis.yml
Fix Composer memory issue
1 parent 39a1d5c commit 2eb889d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333

3434
before_script:
3535
# install deps and UF
36-
- composer install
36+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction
3737
- php bakery debug
3838
- php bakery build-assets
3939
- php bakery migrate

0 commit comments

Comments
 (0)