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 7dbd6ae commit 1e37eecCopy full SHA for 1e37eec
.travis.yml
@@ -145,8 +145,9 @@ jobs:
145
@semantic-release/git@7
146
deploy:
147
provider: 'script'
148
- # Using deprecated `skip_cleanup` until `cleanup: false` works reliably
149
- # cleanup: false
150
- 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
151
+ edge: true
152
# Run `semantic-release`
153
script: 'npx semantic-release@15'
0 commit comments