From e9d5708e3b336b9204c47a80a323f357af60cf01 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sun, 3 Nov 2019 20:06:32 +0100 Subject: Updates travis.yml to use correct log file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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) -- cgit v1.2.3