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 baafdf0 commit 768eba8Copy full SHA for 768eba8
.travis.yml
@@ -34,7 +34,7 @@ before_install:
34
install:
35
- phpenv config-add travis.php.ini
36
- php -ini | grep memory_limit
37
- - if [ "$COMPOSER_INSTALL" != "1" ]; then composer update --no-scripts --prefer-dist; else composer install --no-scripts --prefer-dist; fi
+ - if [ "$COMPOSER_INSTALL" != "1" ]; then composer update --no-scripts --prefer-dist -vvv; else composer install --no-scripts --prefer-dist -vvv; fi
38
39
before_script:
40
- cp config/fixtures/phpcr_${TRANSPORT}.yaml.dist config/phpcr.yaml
0 commit comments