0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2024-11-27 23:07:54 +01: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:
Imran Iqbal 2019-11-20 16:30:04 +00:00
parent 212a480d6c
commit a3fe460fb9

View File

@ -104,8 +104,9 @@ jobs:
@semantic-release/git@7 @semantic-release/git@7
deploy: deploy:
provider: 'script' provider: 'script'
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably # Opt-in to `dpl v2` to complete the Travis build config validation (beta)
# cleanup: false # * https://docs.travis-ci.com/user/build-config-validation
skip_cleanup: true # Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
edge: true
# Run `semantic-release` # Run `semantic-release`
script: 'npx semantic-release@15' script: 'npx semantic-release@15'