mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 01:23:22 -04:00
Merge pull request #14563 from owncloud/LukasReschke-patch-1
Add notice about Travis Checks
This commit is contained in:
commit
06141ed95a
1 changed files with 2 additions and 0 deletions
|
|
@ -576,6 +576,8 @@ class OC_Util {
|
|||
// defined = defined
|
||||
// ini = ini_get
|
||||
// If the dependency is not found the missing module name is shown to the EndUser
|
||||
// When adding new checks always verify that they pass on Travis as well
|
||||
// for ini settings, see https://github.com/owncloud/administration/blob/master/travis-ci/custom.ini
|
||||
$dependencies = array(
|
||||
'classes' => array(
|
||||
'ZipArchive' => 'zip',
|
||||
|
|
|
|||
Loading…
Reference in a new issue