removing the --testdox report for phpunit execution

This should improve readability on which test failed.
This commit is contained in:
Julien Fastré 2016-09-02 14:37:40 +02:00
parent 32f887d71f
commit 6855923b37

View File

@ -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