Fixed unittest dependencies

This commit is contained in:
Claudio Sanches 2015-12-15 16:41:07 -02:00
parent b7b6254bf4
commit a7333a6e10
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ $1 == 'before' ]; then
[ $TRAVIS_PHP_VERSION == '5.2' ] && exit;
# install php-coveralls to send coverage info
composer init --require=satooshi/php-coveralls:0.7.x-dev -n
composer init --require=satooshi/php-coveralls:0.7.0 -n
composer install --no-interaction
elif [ $1 == 'after' ]; then