Merge remote-tracking branch 'upstream/master'

fix branch sync issue
This commit is contained in:
corsonr 2016-08-30 14:48:03 +02:00
commit 2967b7763b
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ elif [ $1 == 'after' ]; then
# get scrutinizer ocular and run it
wget https://scrutinizer-ci.com/ocular.phar
ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
chmod +x ocular.phar
php ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
fi