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-11 23:18:54 +0400
committersgiehl <stefan@piwik.org>2014-10-11 23:18:54 +0400
commit713cd8959841d8b71c47dc3e0ebf9bdbea32b702 (patch)
treeca17954e17b5baa912292db3432110972186b9c8 /tests
parent925ec033f79810de79821485df5165ca201b9b19 (diff)
updated 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 803661ded2..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 $TRAVIS_BUILD_DIR/build/logs/clover-$PLUGIN_NAME.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