Skip to content

Commit bd5959c

Browse files
committed
ci(travis): opt-in to dpl v2 to complete build config validation [skip ci]
* Automated using myii/ssf-formula#100
1 parent 8ce1ee4 commit bd5959c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ jobs:
104104
@semantic-release/git@7
105105
deploy:
106106
provider: 'script'
107-
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
108-
# cleanup: false
109-
skip_cleanup: true
107+
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
108+
# * https://docs.travis-ci.com/user/build-config-validation
109+
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
110+
edge: true
110111
# Run `semantic-release`
111112
script: 'npx semantic-release@15'

0 commit comments

Comments
 (0)