Explorar el Código

Quiet composer install

Jordi Boggiano hace 13 años
padre
commit
fa982a99c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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