From 4f35baf58d57832e807e3254b95ab966ac0ddd65 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 3 Jan 2013 18:18:33 +0100 Subject: [PATCH] [task/travis-skipped-tests] List skipped tests on travis. Turn on PHPUnit's verbose mode so we get detailed information about skipped tests on travis (when there are any). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff3b3497..9f4ca74c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ php: - 5.4 script: - - phpunit + - phpunit --verbose