Merge pull request #8891 from Ramoonus/patch-9
travis: merge after UT code
This commit is contained in:
commit
1d6fb39dbe
|
@ -28,5 +28,3 @@ script: phpunit -c phpunit.xml.dist
|
|||
|
||||
after_script:
|
||||
- bash tests/bin/travis.sh after
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover ./tmp/clover.xml
|
||||
|
|
|
@ -17,4 +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
|
||||
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue