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
AgeCommit message (Collapse)Author
2015-07-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-07-19Do the autoupdate check in .travis.yml before checking out a different ↵diosmosis
branch so the travis-scripts repo is always pointing to the latest.
2015-07-19Run configure_git.sh script after piwik is cloned (different from core for ↵diosmosis
plugin builds).
2015-07-19.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-07-19Configure git in before_install not install.diosmosis
2015-07-19Checkout correct travis-scripts in travis builds and execute audoupdate ↵diosmosis
directly after composer install.
2015-07-19Moving composer update and mysql/python install from before_script section ↵diosmosis
to install section.
2015-07-17Don't run the python 2.6 script on travis if script does not exist (for ↵diosmosis
testing plugins against older Piwik versions).
2015-07-17Don't run the install_mysal_5.6 script on travis if script does not exist ↵diosmosis
(for testing plugins against older Piwik versions).
2015-07-15Always add --verbose to self reference command in .travis.yml for ↵diosmosis
autoupdate, and add check for first non-PR job to .travis.yml so plugin builds that use older Piwik versions won't fail when the .travis.yml is different.
2015-06-26.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-06-26Removing composer self-update from Travis config because it fails quite ↵Matthieu Napoli
often and it's not necessary anymore
2015-06-17Remove check out of TestRunner plugin in travis.yml files since it hinders ↵diosmosis
testing against specific piwik versions.
2015-06-08Refs #8057, disable opcache in travis to avoid random system test failure.diosmosis
2015-05-25.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-05-22update composer skipfabiocarneiro
2015-05-22fix the ignore listfabiocarneiro
2015-05-22try to improve test speedfabiocarneiro
2015-04-30Trying to re-enable composer selfupdate to fix UI testsMatthieu Napoli
2015-04-28Temporarily disable MySQL 5.6 install in travis to get tests to run.diosmosis
2015-04-22Fix .travis.yml related build failure. New sections in travis.yml.twig have ↵diosmosis
to be added to TravisYmlView so it does not consider them as sections to be 'preserved'.
2015-04-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-04-22Removed duplicated sudo from ciconfigmattab
2015-04-22Synchronizing ci travis configsmattab
2015-04-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-04-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-04-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-04-22Update travis.yml following the removal of sudo by defaultMatthieu Napoli
See http://blog.travis-ci.com/2015-03-31-docker-default-on-the-way/
2015-03-25Try to fix .travis.yml.diosmosis
2015-03-25.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-03-09Fix bug introduced in #7391Matthieu Napoli
2015-03-09Remove coveralls setup from codebase fixes #7391mattab
2015-03-09Running builds on PHP 5.3.3, this will fix many Plugins UI buildsmattab
Refs #7324 Running builds on PHP 5.3.3, this will fix many Plugins UI builds Refs
2015-03-02we decided to simply remove the 5.3 builds, since the UI tests run on 5.3 we ↵mattab
would still catch most bugs Refs #7324
2015-03-02 PHP 5.3 build runs on PDO_MYSQL, refs #7324mattab
2015-03-02Allow PHP 5.3 build failures since they randomly fail so often, refs #7324mattab
(cherry picked from commit 5bb23ee)
2015-03-02Refs #7324 Ci builds run on PHP 5.3mattab
2015-03-02.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-03-02Run the Travis CI build on PHP 5.3.* instead of 5.3.3mattab
This may help our random failures on 5.3.3 -> we need green build on master at all times and can't afford those random 5.3.3 failures
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
On local it does not work and I have not figured out why. Maybe it works on travis though?
2015-01-14.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2015-01-09Set max_allowed_packet with correct formatmattab
2015-01-09refs #6557mattab
2015-01-08refs #6942 do not silence composer install as it may fail and we want to ↵mattab
know why
2015-01-07fixes #6942 skip the php -i as it's rarely useful and still takes 50kb or somattab
2015-01-07refs #6942 silencing all git commands to minimise CI log file sizemattab
2015-01-07refs #6942 silencing composer and git commands to minimise CI log file sizemattab
2015-01-07Synchronized the travis file via `./console generate:travis-yml --core`mattab
2014-12-29Refs #6076, refactor .travis.yml generation code and allow more than 2 ↵diosmosis
contexts for generation. Added context for generating the .travis.yml file for piwik-tests-plugins repo.
2014-12-23Try to avoid mysql has gone away erros on travis.diosmosis