Remove coveralls it simply does not work correctly and use Scrutinizer instead.
This commit is contained in:
parent
cedbd89c7a
commit
5a6d44a158
4 changed files with 4 additions and 10 deletions
|
@ -22,10 +22,9 @@ echo "Good PHP version"
|
|||
wget http://getcomposer.org/composer.phar
|
||||
php composer.phar install
|
||||
|
||||
# Handle coveralls
|
||||
mkdir -p build/logs
|
||||
cp -v clover.xml build/logs/clover.xml
|
||||
php vendor/bin/coveralls -v
|
||||
# Handle scrutinizer
|
||||
wget https://scrutinizer-ci.com/ocular.phar
|
||||
php ocular.phar code-coverage:upload --format=php-clover clover.xml
|
||||
|
||||
# Handle Sauce
|
||||
curl https://gist.github.com/seblucas/7692094/raw/e2a090e6ea639a0d700e6d02cee048fa2f6c8617/sauce_connect_setup.sh | bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue