소스 검색

Update customer memory limit

shalvah 4 년 전
부모
커밋
52d9234330
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ language: php
 env:
   global:
     - SETUP=stable
+    - COMPOSER_MEMORY_LIMIT=-1
 
 matrix:
   fast_finish: true