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 3862c37 commit 0bb68c5Copy full SHA for 0bb68c5
.travis.yml
@@ -111,8 +111,9 @@ jobs:
111
@semantic-release/git@7
112
deploy:
113
provider: 'script'
114
- # Using deprecated `skip_cleanup` until `cleanup: false` works reliably
115
- # cleanup: false
116
- 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
117
+ edge: true
118
# Run `semantic-release`
119
script: 'npx semantic-release@15'
0 commit comments