We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e371ad commit 9f087c9Copy full SHA for 9f087c9
.travis.yml
@@ -23,8 +23,11 @@ matrix:
23
24
sudo: false
25
26
-before-install:
27
- - COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev
+before_script:
+ - 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
31
32
install:
33
- COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
0 commit comments