mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
ci(travis): opt-in to dpl v2
to complete build config validation [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/100
This commit is contained in:
parent
18381748c7
commit
577ad6db1e
1 changed files with 4 additions and 3 deletions
|
@ -115,8 +115,9 @@ jobs:
|
|||
@semantic-release/git@7
|
||||
deploy:
|
||||
provider: 'script'
|
||||
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
|
||||
# cleanup: false
|
||||
skip_cleanup: true
|
||||
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
|
||||
# * https://docs.travis-ci.com/user/build-config-validation
|
||||
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
|
||||
edge: true
|
||||
# Run `semantic-release`
|
||||
script: 'npx semantic-release@15'
|
||||
|
|
Loading…
Add table
Reference in a new issue