From 79dd4bfac82db47b2a8ef29e35417aff05b7ccba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 2 Sep 2016 14:38:34 +0200 Subject: [PATCH] Removing the --testdox argument on phpunit This should improve the readability on tests result (which test fails). --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8d62a688..366fb05ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + script: phpunit \ No newline at end of file