]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Fixed fatal error
[friendica.git] / .travis.yml
index 95333b6c9e5188d8271cc8b5a9afe7063ded2438..c3d0092015affe22ab3d5784ab3409448319dd9a 100644 (file)
@@ -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)