From 5fdeea0581cec9ce31cc4de5bf1570f890420f36 Mon Sep 17 00:00:00 2001 From: pokamest Date: Thu, 28 Jan 2021 13:26:43 +0300 Subject: [PATCH] travis fix --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4077dc04..ab8a2c72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ jobs: deploy: provider: releases token: $GH_TOKEN - cleanup: false + skip_cleanup: true file: - "AmneziaVPN.dmg" on: @@ -71,13 +71,16 @@ jobs: deploy: provider: releases token: $GH_TOKEN - cleanup: false + skip_cleanup: true file: - "AmneziaVPN.exe" on: tags: true branch: master - + +deploy: + skip_cleanup: true + before_cache: - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi # Cache only .git files under "/usr/local/Homebrew" so "brew update" does not take 5min every build