mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Removing the --testdox argument on phpunit
This should improve the readability on tests result (which test fails).
This commit is contained in:
parent
09f46d804a
commit
79dd4bfac8
@ -11,7 +11,7 @@ before_script:
|
||||
|
||||
test:php-5.6:
|
||||
stage: test
|
||||
script: phpunit --testdox
|
||||
script: phpunit
|
||||
test:php-7:
|
||||
stage: test
|
||||
script: phpunit --testdox
|
||||
script: phpunit
|
Loading…
x
Reference in New Issue
Block a user