diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-19 18:37:09 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-19 20:16:29 +0200 |
commit | 7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c (patch) | |
tree | 2a74e3373a962bc6c008afafe2e0ce885f2cd0e2 /apps/updatenotification | |
parent | 75f5cb76300ca754f141573e76e029efb9369e51 (diff) | |
download | nextcloud-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 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/updatenotification/Makefile b/apps/updatenotification/Makefile index 6db98f27cac..b64cd1a6290 100644 --- a/apps/updatenotification/Makefile +++ b/apps/updatenotification/Makefile @@ -49,7 +49,6 @@ package: clean build-js-production --exclude=/SECURITY.md \ --exclude=/.gitignore \ --exclude=/.scrutinizer.yml \ - --exclude=/.travis.yml \ --exclude=/.drone.yml \ --exclude=/node_modules \ --exclude=/npm-debug.log \ |