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 08ca2a6 commit 43cf4c6Copy full SHA for 43cf4c6
.travis.yml
@@ -104,8 +104,9 @@ jobs:
104
@semantic-release/git@7
105
deploy:
106
provider: 'script'
107
- # Using deprecated `skip_cleanup` until `cleanup: false` works reliably
108
- # cleanup: false
109
- 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
110
+ edge: true
111
# Run `semantic-release`
112
script: 'npx semantic-release@15'
0 commit comments