Skip to content

Commit

Permalink
fix(travis): use deprecated skip_cleanup for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Nov 16, 2019
1 parent 77e229c commit 5a92bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
@semantic-release/git@7
deploy:
provider: 'script'
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
# cleanup: false
skip_cleanup: true
# Run `semantic-release`
script: 'npx semantic-release@15'
4 changes: 3 additions & 1 deletion ssf/files/default/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ jobs:
@semantic-release/git@7
deploy:
provider: 'script'
cleanup: false
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
# cleanup: false
skip_cleanup: true
# Run `semantic-release`
script: 'npx semantic-release@15'

0 comments on commit 5a92bd2

Please sign in to comment.