Skip to content

Commit 0e4d905

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 5bd314b commit 0e4d905

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
@@ -82,8 +82,9 @@ jobs:
8282
@semantic-release/git@7
8383
deploy:
8484
provider: 'script'
85-
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
86-
# cleanup: false
87-
skip_cleanup: true
85+
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
86+
# * https://docs.travis-ci.com/user/build-config-validation
87+
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
88+
edge: true
8889
# Run `semantic-release`
8990
script: 'npx semantic-release@15'

0 commit comments

Comments
 (0)