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.
2 parents b625245 + f1fbf7f commit 0023587Copy full SHA for 0023587
.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