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
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!26FEATURE: Gitlab ci initialized (including phpunit test)
Pipeline #78 passed with stage
in 3 minutes and 47 seconds
...@@ -17,7 +17,7 @@ test:5.3: &PHP-UNITTESTING ...@@ -17,7 +17,7 @@ test:5.3: &PHP-UNITTESTING
- apt-get update; apt-get install -y zip unzip - apt-get update; apt-get install -y zip unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist - composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
script: script:
- ./vendor/bin/phpunit --coverage-text - ./vendor/bin/phpunit --coverage-text --colors=never
test:5.4: test:5.4:
<<: *PHP-UNITTESTING <<: *PHP-UNITTESTING
image: tetraweb/php:5.4 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