From 2ec2d630611ba4d37b697fd6a7ce042b832bd6e6 Mon Sep 17 00:00:00 2001 From: Codist Date: Thu, 18 Feb 2021 16:50:37 +0800 Subject: [PATCH] revert 'skip_cleanup' of travis-ci conf Signed-off-by: Codist --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b31ca73..a1b9998 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ script: deploy: provider: releases + skip_cleanup: true overwrite: true token: $GH_TOKEN file_glob: true