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

TASK: Disable phpunit colors

parent dd9f7df8
Branches
Tags
No related merge requests found
......@@ -17,7 +17,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 --coverage-text
- ./vendor/bin/phpunit --coverage-text --colors=never
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