We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dpl v2
1 parent 9612f56 commit f50d0ffCopy full SHA for f50d0ff
.travis.yml
@@ -115,8 +115,9 @@ jobs:
115
@semantic-release/git@7
116
deploy:
117
provider: 'script'
118
- # Using deprecated `skip_cleanup` until `cleanup: false` works reliably
119
- # cleanup: false
120
- 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
121
+ edge: true
122
# Run `semantic-release`
123
script: 'npx semantic-release@15'
0 commit comments