Skip to content
Snippets Groups Projects
Commit 0d7e3a7b authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

FEATURE: Enable code coverage output

parent 1befab69
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ test:5.3: &PHP-UNITTESTING
- apt-get update; apt-get install -y zip unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
script:
- ./vendor/bin/phpunit
- ./vendor/bin/phpunit --coverage-text
test:5.4:
<<: *PHP-UNITTESTING
image: tetraweb/php:5.4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment