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:
authorThomas Steur <tsteur@users.noreply.github.com>2014-10-17 00:37:31 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-10-17 00:37:31 +0400
commitd8171fd9ca7f3420c5fe6ff347ab3f86cba2c9c1 (patch)
tree4be9fdf4b8c287c954cf92b017ad208ba56486bb /tests/travis
parent4cc1ea913a4b29202efd94623e02bc6d3cfe2f55 (diff)
refs #6413 do we actually need the config param? don't think so
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/travis.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index 83ad825e0d..5305d8e94d 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -60,7 +60,7 @@ then
fi
elif [ "$TEST_SUITE" = "AllTests" ]
then
- travis_wait ./../../console tests:run --options="--colors --configuration phpunit.xml"
+ travis_wait ./../../console tests:run --options="--colors"
else
if [ -n "$PLUGIN_NAME" ]
then
@@ -83,4 +83,4 @@ else
echo "Executing tests in test suite IntegrationTests..."
phpunit --configuration phpunit.xml --testsuite IntegrationTests --colors --coverage-clover $TRAVIS_BUILD_DIR/build/logs/clover-integration.xml || true
fi;
-fi \ No newline at end of file
+fi