From ce59f349d46cf8f7bcefc6b11422aa0afe5e3cf1 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Fri, 9 Jan 2015 23:58:44 +1300 Subject: [PATCH] debug PHP 5.3.3 fails --- tests/travis/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh index 9f871a037d..0c2d0a56b7 100755 --- a/tests/travis/travis.sh +++ b/tests/travis/travis.sh @@ -54,7 +54,7 @@ then fi elif [ "$TEST_SUITE" = "AllTests" ] then - travis_wait ./../../console tests:run --options="--colors" + travis_wait ./../../console tests:run --options="--colors --testdox" else if [ -n "$PLUGIN_NAME" ] then -- GitLab