mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
removing the --testdox report for phpunit execution
This should improve readability on which test failed.
This commit is contained in:
parent
32f887d71f
commit
6855923b37
@ -13,8 +13,8 @@ before_script:
|
|||||||
test:php-5.6:
|
test:php-5.6:
|
||||||
stage: test
|
stage: test
|
||||||
image: chill/ci-image:php-5.6
|
image: chill/ci-image:php-5.6
|
||||||
script: phpunit --testdox
|
script: phpunit
|
||||||
test:php-7:
|
test:php-7:
|
||||||
stage: test
|
stage: test
|
||||||
image: chill/ci-image:php-7
|
image: chill/ci-image:php-7
|
||||||
script: phpunit --testdox
|
script: phpunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user