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 5bd314b commit 0e4d905Copy full SHA for 0e4d905
.travis.yml
@@ -82,8 +82,9 @@ jobs:
82
@semantic-release/git@7
83
deploy:
84
provider: 'script'
85
- # Using deprecated `skip_cleanup` until `cleanup: false` works reliably
86
- # cleanup: false
87
- 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
88
+ edge: true
89
# Run `semantic-release`
90
script: 'npx semantic-release@15'
0 commit comments