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 572fd4e commit a9f7692Copy full SHA for a9f7692
.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