Removing the --testdox argument on phpunit

This should improve the readability on tests result (which test fails).
This commit is contained in:
Julien Fastré 2016-09-02 14:38:34 +02:00
parent 09f46d804a
commit 79dd4bfac8

View File

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