[ticket/431] Send coverage to scrutinizer and update composer files

B3P-431
This commit is contained in:
Marc Alexander
2015-01-18 15:36:09 +01:00
parent 22072a412b
commit 9f21e447a8
4 changed files with 53 additions and 412 deletions

View File

@@ -13,5 +13,7 @@ TRAVIS_PHP_VERSION=$2
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
then
php ../board3/Board3-Portal/vendor/bin/coveralls -v
cd ../board3/Board3-Portal
wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --access-token="681b2ead2ea75fe4ce287bae485a916f47034c76f39209a9397545058e7c045e" --format=php-clover ../../phpBB3/build/logs/clover.xml
fi