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:
authorsgiehl <stefan@piwik.org>2014-10-11 23:34:43 +0400
committersgiehl <stefan@piwik.org>2014-10-11 23:34:43 +0400
commitda983a155ed2994977adae9914649d6c8dfdf423 (patch)
treee25e85d454c949aee17c51f745201cbf8a4655f6 /plugins
parent713cd8959841d8b71c47dc3e0ebf9bdbea32b702 (diff)
some more adjustments for plugin coverage
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/templates/travis.yml.twig3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CoreConsole/templates/travis.yml.twig b/plugins/CoreConsole/templates/travis.yml.twig
index 255d761faa..e3c8c30efa 100644
--- a/plugins/CoreConsole/templates/travis.yml.twig
+++ b/plugins/CoreConsole/templates/travis.yml.twig
@@ -186,7 +186,7 @@ after_script:
{% endif %}
# change directory back to root travis dir
- - cd $TRAVIS_BUILD_DIR
+ - cd $PIWIK_ROOT_DIR
- if [ -z "$TEST_SUITE" ];
then php vendor/bin/coveralls -v;
@@ -199,7 +199,6 @@ after_script:
- cat $PIWIK_ROOT_DIR/config/config.ini.php
# upload test artifacts (for debugging travis failures)
- - cd $PIWIK_ROOT_DIR
- ./tests/travis/upload_artifacts.sh
{% if customTravisBuildSteps.after_script.after|default is not empty %}