Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23303 from owncloud/exclude-only-specific-third-party | Thomas Müller | 2016-03-17 | 1 | -1/+1 |
|\ | | | | | Exclude only known failing third-party files | ||||
| * | Exclude only known failing third-party files | Lukas Reschke | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | | This way we can also scan the third-party folder for incompatibilities with a used PHP version. Since there are some polyfills that would otherwise fail I had to exclude them manually here. | ||||
* | | Don't try to execute a dav syntax test | Joas Schilling | 2016-03-17 | 1 | -4/+4 |
|/ | |||||
* | Execute PHP Parallel Linter on Travis | Lukas Reschke | 2016-03-16 | 1 | -0/+9 |
| | |||||
* | Execute travis test on stable branches as well | Thomas Müller | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | Adding integration tests for CalDAV | Thomas Müller | 2015-12-21 | 1 | -5/+3 |
| | |||||
* | Restructure travis tests | Thomas Müller | 2015-12-21 | 1 | -1/+3 |
| | |||||
* | Use sqlite | Thomas Müller | 2015-11-25 | 1 | -1/+3 |
| | |||||
* | Add CalDAVTester to travis | Thomas Müller | 2015-11-10 | 1 | -0/+2 |
| | |||||
* | Make Travis CI pass when DAV was not touched | Joas Schilling | 2015-10-29 | 1 | -7/+9 |
| | |||||
* | run litmus scripts only if code in the dav app did change changed | Thomas Müller | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | Enable DAV app testing on travis | Thomas Müller | 2015-10-27 | 1 | -0/+39 |
| | |||||
* | Revert "Travis support" | Morris Jobke | 2014-09-22 | 1 | -67/+0 |
| | | | | | | | This reverts commit 472d896ce9aad4d526126a7aefa96127920585e6. Conflicts: .travis.yml | ||||
* | execute unit test for files external in separate build config | Thomas Müller | 2014-08-05 | 1 | -0/+9 |
| | |||||
* | Travis support | Morris Jobke | 2014-08-05 | 1 | -0/+58 |
* use PHPUnit 4.x * force php memory limit on travis to 1024MB * create script for travis * whitelist branches master, stable5 and stable6 on travis (and PRs) * sqlplus64 * conditional JS tests and ocular temporal removal * enable scrutinizer code coverage * move oracle to top to decrease overall test duration |