]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
Merge pull request #7988 from friendica/MrPetovan-notice
[friendica.git] / .travis.yml
index 95333b6c9e5188d8271cc8b5a9afe7063ded2438..e306787ff16af3fc3e31c027f86a6d3cbcba1618 100644 (file)
@@ -24,4 +24,6 @@ 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/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
+
+after_success: bash <(curl -s https://codecov.io/bash)