From 64b6003bb0c5fccc1983abc5e401c8663470c9be Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 16 Mar 2021 01:25:05 +0000 Subject: [PATCH] Use skip_cleanup: true for CI uploads Signed-off-by: falkTX --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0402c2e..394beed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,6 +89,7 @@ deploy: - setup/macos/PawPaw-*.pkg on: tags: true + skip_cleanup: true #notifications: #email: true