Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-09-08 01:24:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-08 01:24:31 +0400
commitc86461bf36d4239ca3f268b6b43e71f3680d9529 (patch)
treee1e9da6bcb0ab2dc55131df948c27ea7432c8390 /tests/travis
parentdddf4ab1d7fb82e7b3b30437fdeaa885ae06d2a6 (diff)
Debug failed build https://travis-ci.org/piwik/piwik/jobs/34646545
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/travis.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index fa783472dc..69576a05c5 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -15,6 +15,9 @@ then
echo "=====> There are some tests functions which do not have a @group set or have no tests. "
echo " Please add the @group phpdoc comment to the following tests: <====="
phpunit --group __nogroup__ --testdox | grep "[x]"
+
+ echo "Initial output of \$phpunit --group __nogroup__ "
+ phpunit --group __nogroup__
exit 1
fi
fi