X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.travis.yml;h=5e4c3483b798f0197251d8b27dd34a9266b65fd6;hb=1a385153f89487113e2aa07a5ceba31914f513c5;hp=e306787ff16af3fc3e31c027f86a6d3cbcba1618;hpb=309c36f28979e6284851e48362ae8a1716aed617;p=friendica.git diff --git a/.travis.yml b/.travis.yml index e306787ff1..5e4c3483b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ php: services: - mysql - - redis-server + - redis - 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)