Run composer in no interaction mode

This commit is contained in:
Gregory Oschwald 2013-05-20 13:38:12 -07:00
parent 0f76a28527
commit b383cf82b3

View File

@ -7,7 +7,7 @@ php:
before_install:
- composer self-update
- composer install --dev
- composer install --dev -n
- pyrus install pear/PHP_CodeSniffer
- phpenv rehash