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
2014-06-09Adding slack notificationmattab
2014-06-07add slack notification for buildsmattab
2014-06-04Is python2.6 available?mattab
2014-06-04Assume Yes to all queries to prevent stalled buildmattab
eg https://travis-ci.org/piwik/piwik/jobs/26724811
2014-06-04Enabling Python 2.6 on Travis CImattab
refs: https://github.com/piwik/piwik/pull/300 source: http://askubuntu.com/questions/125342/how-can-i-install-python-2-6-on-12-04
2014-06-03CI should use Python 2.6 to test for our minimum supported versionmattab
2014-06-03Check which version of Python Travis CI runs with.mattab
refs https://github.com/piwik/piwik/pull/300
2014-05-18Refs #5178 Disable STRICT mode for now since there still are many failing tests.mattab
2014-05-18We do not actually Mysql 5.6 to test with STRICT_TRANS_TABLES enabled. Refs ↵mattab
#5178
2014-05-18Really enable the STRICT_TRANS_TABLES, let's see if any of our tests failmattab
Refs https://github.com/piwik/piwik/pull/279
2014-05-18Confirm current sql_mode valuemattab
2014-05-18Use latest Mysql 5.6.17 version (the older one was 404)mattab
2014-05-18Run Ci builds on Mysql 5.6 to test and prevent (some critical) bugs caused ↵mattab
by the now-enabled-by-default STRICT_TRANS_TABLES setting. To prevent such issues let's run all tests against it. Refs https://github.com/piwik/piwik/pull/279 Reused Mysql 5.6 gist provided in https://github.com/travis-ci/travis-ci/issues/1986
2014-05-02Refs #5062 Disable PHP 5.6 tests as they don't pass:mattab
`zend_mm_heap corrupted` https://travis-ci.org/piwik/piwik/jobs/24192025 1) Test_Piwik_ServeStaticFile::test_firstAccessNoCompression https://travis-ci.org/piwik/piwik/jobs/24192027
2014-05-01Do not run un-necessary tests on PHP 5.6mattab
2014-05-01Refs #5062 enabling PHP 5.6 tests to see if Piwik is compatible with ↵mattab
bleeding edge PHP version
2014-04-05Travis does not support 5.3.3mattab
2014-04-05Segmentation fault, bug in php 5.3.27. Testing 5.3.3 as travis seem to ↵mattab
support it? Trying to fix: PHP Fatal error: Call to a member function getCurrency() on a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
2014-03-30refs #4691 wondering if we can easily enable travis for angularjs testsThomas Steur
2014-03-20Refs #4739 Run the UI tests build as early as possible so we don't have to ↵mattab
wait 30 minutes to see screenshots
2014-03-14Disable piwik-builds emails for now, so the developer gets notified when ↵mattab
breaking the build
2014-03-13Re-enable full UI tests build & fix random composer travis failure.diosmosis
2014-03-07Disable HHVM as it requires a bit more work to enable buildmattab
2014-03-07Also disable HHVM for Mysqli buildsmattab
2014-03-07Next try at allowing failures for hhvmmattab
2014-03-07Refs #4415 Enable HHVM build on Travis, I expect some tests will fail so ↵mattab
let's allow failures. Exciting...
2014-01-20Fix travis file to exclude more mysqli testsmattab
2014-01-17 Enabling Core and Plugin tests for Mysqli since we officially support it.mattab
2013-11-26Renaming build to JavascriptTestsmattab
2013-11-25refs #4225 run js tests first as they are pretty fastThomas Steur
2013-11-25refs #4225 run js tests in a separate group and other after each phpunit testThomas Steur
2013-11-22Refs #4087 #4189 We would like ui tests build to run every commit even when ↵mattab
the Integration tests fail. This will help know exactly which commit introduced a regression.
2013-11-13trying to exclude some testsThomas Steur
2013-11-13refs #4233 for each env set testsuite and mysql_adapterThomas Steur
2013-11-13trying to run tests with PDO and mysqliThomas Steur
2013-11-04Clean up travis filemattab
2013-11-04Run integration tests first on travis CImattab
2013-10-07Simplify .travis.ymlFabian Becker
2013-10-07Move deadlock info logging to Db.php, fix core updater translation ↵Benaka Moorthi
regression, fix core updater css regression, change logger_message level column to string, and delete unneeded logger tables if not empty. Also includes some changes to travis build.
2013-09-27Trying to fix build.Benaka Moorthi
2013-09-23Adding more debug output and show output in travis to try and solve ↵Benaka Moorthi
deadlocking issue.
2013-09-22Re-enable full build and make sure TestingEnvironment invalidates cache on read.Benaka Moorthi
2013-09-22Fix bug in last commit and make sure UI test build works.Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get more info about nginx error.Benaka Moorthi
2013-09-22Temporarily disabling other travis tests & try again to get opcache to work.Benaka Moorthi
2013-09-22Try to remove opcache disable in travis.Benaka Moorthi