Skip to content

Commit 768eba8

Browse files
committed
use verbose output on composer run
1 parent baafdf0 commit 768eba8

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
@@ -34,7 +34,7 @@ before_install:
3434
install:
3535
- phpenv config-add travis.php.ini
3636
- 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
37+
- if [ "$COMPOSER_INSTALL" != "1" ]; then composer update --no-scripts --prefer-dist -vvv; else composer install --no-scripts --prefer-dist -vvv; fi
3838

3939
before_script:
4040
- cp config/fixtures/phpcr_${TRANSPORT}.yaml.dist config/phpcr.yaml

0 commit comments

Comments
 (0)