Skip to content

Commit dbeb2da

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 4125887 commit dbeb2da

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
@@ -115,8 +115,9 @@ jobs:
115115
@semantic-release/git@7
116116
deploy:
117117
provider: 'script'
118-
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
119-
# cleanup: false
120-
skip_cleanup: true
118+
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
119+
# * https://docs.travis-ci.com/user/build-config-validation
120+
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
121+
edge: true
121122
# Run `semantic-release`
122123
script: 'npx semantic-release@15'

0 commit comments

Comments
 (0)