summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-02-27 10:40:02 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-02-27 10:40:02 +0100
commit06141ed95a87e40dded4db6bedc4b643cdfdda0e (patch)
treed7c174ae46ade2d7cdcae37ba7c7b5d7061183a8
parentf72f9e01594e7000b4c278df8959e987396f2d07 (diff)
parentb58455241b83f3d9b5e5f136d0e4c36db35b8e81 (diff)
downloadnextcloud-server-06141ed95a87e40dded4db6bedc4b643cdfdda0e.tar.gz
nextcloud-server-06141ed95a87e40dded4db6bedc4b643cdfdda0e.zip
Merge pull request #14563 from owncloud/LukasReschke-patch-1
Add notice about Travis Checks
-rw-r--r--lib/private/util.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/util.php b/lib/private/util.php
index d2c00f0a236..3f06f0efffc 100644
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -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',