Skip to content

Commit

Permalink
travis.yml: Specify skip_cleanup directly below deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mauser committed Mar 23, 2020
1 parent 6282b5a commit 0ad7234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ script:
../macos/build_dmg.sh -v src/gui/hydrogen.app Hydrogen.dmg; fi
- TMPDIR=/tmp src/tests/tests
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: gug61Rin7UE9XSIYMdT/667AxR/9GtaXNPsu8HtHPUNQMcPCyeVgJXnLDY0edHRrvD20aPh/xD8H2Xt4DUoRgRDbMNj9y9IpEd4lnXvLHsI4VL4NBTXjLw+tKG4hcKdYg5hN5M+kIqWlP6bq3lRV4c3RP/F70wbBY85piOmflE8=
file: Hydrogen.dmg
on:
condition: $TRAVIS_OS_NAME == "osx"
tags: true
skip_cleanup: true
repo: hydrogen-music/hydrogen

0 comments on commit 0ad7234

Please sign in to comment.