Skip to content
Snippets Groups Projects
Commit 33f69cfb authored by Imran Iqbal's avatar Imran Iqbal
Browse files

ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]

parent 56c2eb53
No related branches found
No related tags found
No related merge requests found
......@@ -98,8 +98,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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment