X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=4ea3ac7ab2261e26e8e59d2cd3ebf97233c09acb;hb=b480e4eaa97f8708957dbe0eec771bda7a2a376d;hp=e306787ff16af3fc3e31c027f86a6d3cbcba1618;hpb=4403aeeda54785ad011af7b0ce5bb99f86c62232;p=friendica.git diff --git a/.travis.yml b/.travis.yml index e306787ff1..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,6 +24,8 @@ before_script: - phpenv config-add .travis/redis.ini - phpenv config-add .travis/memcached.ini -script: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.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)