Skip to content

Commit fc0089c

Browse files
committed
unlimit composer memory
1 parent f4fb993 commit fc0089c

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
@@ -9,5 +9,5 @@ cache:
99
php:
1010
- 7.0
1111

12-
install: composer update
12+
install: COMPOSER_MEMORY_LIMIT=-1 composer update
1313
script: vendor/bin/phpunit -v

0 commit comments

Comments
 (0)