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@matomo.org>2019-11-03 22:06:32 +0300
committersgiehl <stefan@matomo.org>2019-11-03 22:06:32 +0300
commite9d5708e3b336b9204c47a80a323f357af60cf01 (patch)
tree75b73f1c52233c82ca3aebe4435478cf60338361 /.travis.yml
parent49f3abc69425a5fa1b241f4c2f8ee84838adc8f9 (diff)
Updates travis.yml to use correct log file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6db373dd89..032dac29c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -126,7 +126,7 @@ after_script:
# output contents of files w/ debugging info to screen
- cat $PIWIK_ROOT_DIR/tests/travis/error.log
- cat $PIWIK_ROOT_DIR/tmp/php-fpm.log
- - cat $PIWIK_ROOT_DIR/tmp/logs/piwik.log
+ - cat $PIWIK_ROOT_DIR/tmp/logs/matomo.log
- cat $PIWIK_ROOT_DIR/config/config.ini.php
# upload test artifacts (for debugging travis failures)