Skip to content

Commit

Permalink
CI: add --quiet mode for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bzick committed Nov 18, 2016
1 parent 23646ed commit e97ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ php:
- 7.1

before_script:
- composer update --dev
- composer update --dev --quiet

script:
- phpunit
Expand Down

0 comments on commit e97ef95

Please sign in to comment.