aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-09-19 23:26:39 +0200
committerGitHub <noreply@github.com>2024-09-19 23:26:39 +0200
commit2a59f4fc95305909b06f095fadb4770bfe8b3152 (patch)
tree021a379dedaa75afcb912a5699c0c7d3548b4e5d /lib
parent8a8bbd4f9fc8b68f4cc73d50599b0f087612f0b9 (diff)
parent051ee7e7fd9c2563cf554a29ec790cef7066d609 (diff)
downloadnextcloud-server-2a59f4fc95305909b06f095fadb4770bfe8b3152.tar.gz
nextcloud-server-2a59f4fc95305909b06f095fadb4770bfe8b3152.zip
Merge pull request #48220 from nextcloud/chore/remove-travis
chore: Remove old travis related stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/OC_Util.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 0c8fcc56f32..a6478ae11f8 100644
--- a/lib/private/legacy/OC_Util.php
+++ b/lib/private/legacy/OC_Util.php
@@ -545,8 +545,7 @@ 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
+ // When adding new checks always verify that they pass on CI as well
$dependencies = [
'classes' => [
'ZipArchive' => 'zip',