From 5c8d34e292d646f29f91fa82fc24cde6394b20f6 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 16:51:44 +0400 Subject: Added skip cleanup Signed-off-by: Valentin Popov --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d0ee040..7799a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,14 +31,14 @@ before_deploy: deploy: - provider: npm - skip_cleanup: false + skip_cleanup: true email: 'info@valentineus.link' api_key: $NPM_PROJECT_TOKEN on: tags: true - provider: releases - skip_cleanup: false + skip_cleanup: true file_glob: true file: 'electron-hot-reload-*.tgz' email: 'info@valentineus.link' -- cgit v1.2.3