From b308de6bf58d700e7aae44bae90458f5b1480c6a Mon Sep 17 00:00:00 2001 From: diosmosis <benakamoorthi@fastmail.fm> Date: Fri, 4 Jul 2014 23:19:43 -0700 Subject: [PATCH] Remove --testdox from travis.sh. --- tests/PHPUnit/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh index d3dd4df8c0..6ad7d07c79 100755 --- a/tests/PHPUnit/travis.sh +++ b/tests/PHPUnit/travis.sh @@ -53,9 +53,9 @@ then else if [ -n "$PLUGIN_NAME" ] then - travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --testdox + travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME else - travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors --testdox + travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors fi fi else -- GitLab