Skip to content

Commit

Permalink
Quiet composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jun 27, 2012
1 parent 656feda commit fa982a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit fa982a9

Please sign in to comment.