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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-07-21 12:18:57 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-07-21 12:24:05 +0400
commitbb6526966b959194fa56418b06c58312a7b4a600 (patch)
tree9812c7c6fde3df88b71671ff243e92b9048e7c28 /.travis.yml
parentd3131478d3ffe5eee0485fb6f05b4b9b594c94f1 (diff)
Fixes #5807, refactor CronArchive class so it does not configure itself based on command line arguments. It now has properties that must be set. The core:archive command has been refactored to set these properties based on command line args.
Also includes: - bug fix to CronArchive::initLog method (config was modified after log instance created which negated it's effect) - misc/archive.php no longer uses Archive.php but executes the core:archive console command using Piwik\Console - remove forcelogtoscreen parameter (no longer necessary due to initLog changes)
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 89b027df83..f187dc0ad1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,7 +87,7 @@ before_script:
- mysql -e "SHOW GLOBAL VARIABLES;"
# Setup Piwik stack
- ./tests/travis/initiate_ui_tests.sh
- # travis now complains about this failing 9 times out of 10, so remove it. hopefully the random failures it prevented won't come back
+ # travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back
# - travis_retry composer self-update
- travis_retry composer install
- uname -a