mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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:
|
||||
stage: test
|
||||
image: chill/ci-image:php-5.6
|
||||
script: phpunit --testdox
|
||||
script: phpunit
|
||||
test:php-7:
|
||||
stage: test
|
||||
image: chill/ci-image:php-7
|
||||
script: phpunit --testdox
|
||||
script: phpunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user