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:
Diffstat (limited to 'tests')
-rw-r--r--tests/travis/travis-helper.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/travis/travis-helper.sh b/tests/travis/travis-helper.sh
index 58ebc4cd55..bf0e5ce2dd 100644
--- a/tests/travis/travis-helper.sh
+++ b/tests/travis/travis-helper.sh
@@ -27,7 +27,6 @@ echo -e "\n${RED}The command \"$TRAVIS_CMD\" exited with $result.${RESET}"
fi
echo -e "\n${GREEN}Log:${RESET}\n"
- cat $log_file
return $result
}