1
0
Fork 0

Quiet composer install

pull/851/head
Jordi Boggiano 2012-06-27 18:40:18 +02:00
parent 656feda837
commit fa982a99c8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ php:
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- curl -s http://getcomposer.org/installer | php -- --quiet
- php composer.phar install
script: phpunit -c tests/complete.phpunit.xml