aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-09-19 18:37:09 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-09-19 20:16:29 +0200
commit7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c (patch)
tree2a74e3373a962bc6c008afafe2e0ce885f2cd0e2 /lib
parent75f5cb76300ca754f141573e76e029efb9369e51 (diff)
downloadnextcloud-server-7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c.tar.gz
nextcloud-server-7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c.zip
chore: Remove old travis related stuff
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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',