]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add notice about Travis Checks
authorLukas Reschke <lukas@owncloud.com>
Fri, 27 Feb 2015 09:23:20 +0000 (10:23 +0100)
committerLukas Reschke <lukas@owncloud.com>
Fri, 27 Feb 2015 09:23:20 +0000 (10:23 +0100)
Maybe it helps in the future so we won't forget it again :see_no_evil:

lib/private/util.php

index d2c00f0a236609822d951062fac10a8a5dc3bfbe..3f06f0efffc5a506069838693ab7dcfad46101cb 100644 (file)
@@ -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',