Skip to content

Commit 1e37eec

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 7dbd6ae commit 1e37eec

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
@@ -145,8 +145,9 @@ jobs:
145145
@semantic-release/git@7
146146
deploy:
147147
provider: 'script'
148-
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
149-
# cleanup: false
150-
skip_cleanup: true
148+
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
149+
# * https://docs.travis-ci.com/user/build-config-validation
150+
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
151+
edge: true
151152
# Run `semantic-release`
152153
script: 'npx semantic-release@15'

0 commit comments

Comments
 (0)