Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PHPUnit 5.5.4 | Roeland Jago Douma | 2016-09-06 | 1 | -7/+7 |
| | |||||
* | Merge pull request #1227 from nextcloud/improve-tests | Joas Schilling | 2016-09-01 | 1 | -1/+1 |
|\ | | | | | Improve tests | ||||
| * | properly load APCu extension on CLI to execute APCu tests | Morris Jobke | 2016-09-01 | 1 | -1/+1 |
| | | |||||
* | | Activate APCu on PHP 7 | Morris Jobke | 2016-09-01 | 1 | -1/+1 |
|/ | | | | | | Fix an issue with APCus inc and dec methods on PHP 7 see https://github.com/krakjoe/apcu/issues/183#issuecomment-244038221 for details | ||||
* | Execute only tests for modern PHP versions | Lukas Reschke | 2016-08-30 | 1 | -24/+0 |
| | |||||
* | Split CI into DB and NODB groups | Roeland Jago Douma | 2016-07-13 | 1 | -6/+30 |
| | |||||
* | Run mysql and posgres on 5.6 | Roeland Jago Douma | 2016-07-09 | 1 | -7/+7 |
| | |||||
* | Bump drone to use newer php7 docker | Roeland Jago Douma | 2016-07-08 | 1 | -4/+4 |
| | |||||
* | Disable coverage for now | Roeland Jago Douma | 2016-07-08 | 1 | -3/+3 |
| | | | | Coverage generation takes to long. So disabling for now. | ||||
* | Add 5.6 sqlite ci | Roeland Jago Douma | 2016-07-08 | 1 | -3/+6 |
| | |||||
* | Move 'main' ci to php7 (speed) | Roeland Jago Douma | 2016-07-08 | 1 | -4/+4 |
| | |||||
* | Add PHP 5.4 and 5.5 jobs to CI | Morris Jobke | 2016-07-06 | 1 | -0/+14 |
| | |||||
* | Fix docker image naming issue for CI | Morris Jobke | 2016-07-06 | 1 | -11/+12 |
| | | | | | * wrongly named PHP7 - it is PHP 5.6 * moved integration tests at the very end | ||||
* | mysql only works with 3 byte UTF-8 | Morris Jobke | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Add mysql job to CI | Morris Jobke | 2016-06-23 | 1 | -0/+14 |
| | |||||
* | Add postgres to CI | Morris Jobke | 2016-06-21 | 1 | -0/+12 |
| | |||||
* | Remove duplicate data folder | Lukas Reschke | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | add temporary cleanup step for CI | Morris Jobke | 2016-06-14 | 1 | -0/+1 |
| | |||||
* | Add integration tests | Morris Jobke | 2016-06-14 | 1 | -0/+7 |
| | |||||
* | Use proper PhantomJS library and run the tests as separate step | Morris Jobke | 2016-06-13 | 1 | -1/+5 |
| | | | | * add dependency for phantomjs | ||||
* | Add drone.io support | Morris Jobke | 2016-06-07 | 1 | -0/+11 |