Skip to content

Commit 4438552

Browse files
committed
Travis memory test
1 parent 1abc898 commit 4438552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ matrix:
1919
sudo: false
2020

2121
before-install:
22-
- composer install --prefer-source --no-interaction --dev
22+
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev
2323

2424
install:
25-
- composer install --no-interaction
25+
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
2626

2727
script:
2828
- phpunit

0 commit comments

Comments
 (0)