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
path: root/tests
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-10-12 01:07:33 +0400
committersgiehl <stefan@piwik.org>2014-10-12 01:07:33 +0400
commit2e83ae083837a0fe6e9275a2557646046336c3a0 (patch)
tree3a0c76de629080f48adf29b55431cea478605409 /tests
parentda983a155ed2994977adae9914649d6c8dfdf423 (diff)
update travis.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/travis/travis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/travis.sh b/tests/travis/travis.sh
index 49fda8d35e..befa1dd84d 100755
--- a/tests/travis/travis.sh
+++ b/tests/travis/travis.sh
@@ -61,7 +61,7 @@ then
else
if [ -n "$PLUGIN_NAME" ]
then
- travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --coverage-clover $PIWIK_ROOT_DIR/build/logs/clover.xml
+ travis_wait phpunit --configuration phpunit.xml --colors --testsuite $TEST_SUITE --group $PLUGIN_NAME --coverage-clover $PIWIK_ROOT_DIR/build/logs/clover-$PLUGIN_NAME.xml
else
travis_wait phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --colors
fi