summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23303 from owncloud/exclude-only-specific-third-partyThomas Müller2016-03-171-1/+1
|\ | | | | Exclude only known failing third-party files
| * Exclude only known failing third-party filesLukas Reschke2016-03-161-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 testJoas Schilling2016-03-171-4/+4
|/
* Execute PHP Parallel Linter on TravisLukas Reschke2016-03-161-0/+9
|
* Execute travis test on stable branches as wellThomas Müller2016-03-101-1/+1
|
* Adding integration tests for CalDAVThomas Müller2015-12-211-5/+3
|
* Restructure travis testsThomas Müller2015-12-211-1/+3
|
* Use sqliteThomas Müller2015-11-251-1/+3
|
* Add CalDAVTester to travisThomas Müller2015-11-101-0/+2
|
* Make Travis CI pass when DAV was not touchedJoas Schilling2015-10-291-7/+9
|
* run litmus scripts only if code in the dav app did change changedThomas Müller2015-10-281-0/+1
|
* Enable DAV app testing on travisThomas Müller2015-10-271-0/+39
|
* Revert "Travis support"Morris Jobke2014-09-221-67/+0
| | | | | | | This reverts commit 472d896ce9aad4d526126a7aefa96127920585e6. Conflicts: .travis.yml
* execute unit test for files external in separate build configThomas Müller2014-08-051-0/+9
|
* Travis supportMorris Jobke2014-08-051-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