Merge pull request #8896 from shivapoudel/scrutinizer-ocular

Corrected docblock for scrutinizer ocular
This commit is contained in:
Claudio Sanches 2015-08-19 13:39:58 -03:00
commit c889c4406a
1 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ elif [ $1 == 'after' ]; then
# send coverage data to coveralls
php vendor/bin/coveralls --verbose --exclude-no-stmt
# get scrutinizer and run it
wget https://scrutinizer-ci.com/ocular.phar
ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
# get scrutinizer ocular and run it
wget https://scrutinizer-ci.com/ocular.phar
ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
fi