From 6ff539fb66adbec04fa26d989a63ba7906d912da Mon Sep 17 00:00:00 2001 From: LegacyGamerHD Date: Sun, 9 Aug 2020 16:33:04 +0200 Subject: [PATCH] bad idea turning it off --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e2fb25ae..7ae4b9f7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ deploy: provider: releases api-key: $GITHUB_API_KEY file: $TRAVIS_BUILD_DIR/app/build/outputs/apk/debug/app-debug.apk - skip_cleanup: false + skip_cleanup: true name: PojavLauncher_DevBuild-$TRAVIS_COMMIT body: Automatic build of PojavLauncher from the latest source commit ($TRAVIS_COMMIT) built by Travis CI on $(date +'%F %T %Z'). prerelease: true