Skip to content

Commit

Permalink
build(travis): add skip_cleanup step to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansonshine committed May 12, 2021
1 parent 51733cd commit ed9ea2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
node_js: lts/*
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
on:
Expand Down

0 comments on commit ed9ea2b

Please sign in to comment.