travis fix
This commit is contained in:
parent
e1cd764050
commit
5fdeea0581
1 changed files with 6 additions and 3 deletions
|
@ -33,7 +33,7 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
token: $GH_TOKEN
|
token: $GH_TOKEN
|
||||||
cleanup: false
|
skip_cleanup: true
|
||||||
file:
|
file:
|
||||||
- "AmneziaVPN.dmg"
|
- "AmneziaVPN.dmg"
|
||||||
on:
|
on:
|
||||||
|
@ -71,13 +71,16 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
token: $GH_TOKEN
|
token: $GH_TOKEN
|
||||||
cleanup: false
|
skip_cleanup: true
|
||||||
file:
|
file:
|
||||||
- "AmneziaVPN.exe"
|
- "AmneziaVPN.exe"
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
skip_cleanup: true
|
||||||
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
|
- 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
|
# Cache only .git files under "/usr/local/Homebrew" so "brew update" does not take 5min every build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue