Skip to content

Commit 0bb68c5

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 3862c37 commit 0bb68c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ jobs:
111111
@semantic-release/git@7
112112
deploy:
113113
provider: 'script'
114-
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
115-
# cleanup: false
116-
skip_cleanup: true
114+
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
115+
# * https://docs.travis-ci.com/user/build-config-validation
116+
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
117+
edge: true
117118
# Run `semantic-release`
118119
script: 'npx semantic-release@15'

0 commit comments

Comments
 (0)