From 8f26ce6ea3b6273faefc2e4414b41eeac2fbad58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Mon, 19 Feb 2018 22:49:43 +0100 Subject: [PATCH] Force Travis to output which PHPUnit version it uses --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3969360..c40e1d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 5.4 script: + - phpunit --version - phpunit --configuration tests/phpunit.xml notifications: