Skip to content

Commit 7231176

Browse files
author
Michaël Dupont
committed
Fix Travis crash with Composer memory usage
1 parent 41227e8 commit 7231176

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
@@ -17,7 +17,7 @@ matrix:
1717
- php: 7.0
1818
env: COVERAGE=1
1919
- php: 5.3
20-
env: COMPOSER_MEMORY_LIMIT=2G
20+
env: COMPOSER_MEMORY_LIMIT=3G
2121
- php: 7.3
2222
env: DEPENDENCIES="--ignore-platform-reqs"
2323
exclude:

0 commit comments

Comments
 (0)