ci(travis): opt-in to dpl v2 to complete build config validation

* Automated using https://github.com/myii/ssf-formula/pull/100
This commit is contained in:
Imran Iqbal 2019-11-18 13:42:18 +00:00
parent 0aac479c25
commit 19e90ea2d6

View File

@ -104,8 +104,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'