Skip to content

Commit 9f087c9

Browse files
authored
Update .travis.yml
1 parent 2e371ad commit 9f087c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ matrix:
2323

2424
sudo: false
2525

26-
before-install:
27-
- COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev
26+
before_script:
27+
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
28+
- composer selfupdate
29+
- composer clearcache
30+
- composer install --no-interaction
2831

2932
install:
3033
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction

0 commit comments

Comments
 (0)