diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-19 23:26:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 23:26:39 +0200 |
commit | 2a59f4fc95305909b06f095fadb4770bfe8b3152 (patch) | |
tree | 021a379dedaa75afcb912a5699c0c7d3548b4e5d /lib | |
parent | 8a8bbd4f9fc8b68f4cc73d50599b0f087612f0b9 (diff) | |
parent | 051ee7e7fd9c2563cf554a29ec790cef7066d609 (diff) | |
download | nextcloud-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.php | 3 |
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', |