From 16f7de684b4cfcab47a10170ac153783e4a76d7a Mon Sep 17 00:00:00 2001 From: Tim Meier Date: Mon, 6 Feb 2017 15:01:32 +0100 Subject: [PATCH] Travis tests pretty print (#38) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35526ed..fe652b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ cache: - backend/vendor script: - - (cd backend && phpunit) + - (cd backend && phpunit --testdox) install: - (cd backend && composer install --prefer-source --no-interaction)