From b58455241b83f3d9b5e5f136d0e4c36db35b8e81 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Fri, 27 Feb 2015 10:23:20 +0100
Subject: [PATCH] Add notice about Travis Checks

Maybe it helps in the future so we won't forget it again :see_no_evil:
---
 lib/private/util.php | 2 ++
 1 file changed, 2 insertions(+)

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',
-- 
GitLab