From 6fc0648a0d3ca1648c7af946425152d95ac5633c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 6 Dec 2016 17:16:37 +0200 Subject: [PATCH] phpunit: verbose output of run summary --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 06b5093..359e8e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,6 @@ before_script: script: - composer validate - - phpunit + - phpunit --verbose # vim:ts=2:sw=2:et