X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=4ea3ac7ab2261e26e8e59d2cd3ebf97233c09acb;hb=b480e4eaa97f8708957dbe0eec771bda7a2a376d;hp=95333b6c9e5188d8271cc8b5a9afe7063ded2438;hpb=41261ba7e1c713e0ac7dce8099934ddd3b3ccd93;p=friendica.git diff --git a/.travis.yml b/.travis.yml index 95333b6c9e..4ea3ac7ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ services: - redis-server - memcached env: - - MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD= MYSQL_DATABASE=test + - MYSQL_HOST=localhost MYSQL_PORT=3306 MYSQL_USERNAME=travis MYSQL_PASSWORD="" MYSQL_DATABASE=test install: - composer install @@ -24,4 +24,8 @@ before_script: - phpenv config-add .travis/redis.ini - phpenv config-add .travis/memcached.ini -script: vendor/bin/phpunit --configuration tests/phpunit.xml +script: + - vendor/bin/parallel-lint --exclude vendor/ --exclude view/asset/ . + - vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml + +after_success: bash <(curl -s https://codecov.io/bash)