Skip to content

Commit

Permalink
Merge pull request #178 from myii/chore/standardise-structure-100
Browse files Browse the repository at this point in the history
[ssf] ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]
  • Loading branch information
myii authored Nov 20, 2019
2 parents b625245 + f1fbf7f commit 0023587
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ jobs:
@semantic-release/git@7
deploy:
provider: 'script'
# Using deprecated `skip_cleanup` until `cleanup: false` works reliably
# cleanup: false
skip_cleanup: true
# Opt-in to `dpl v2` to complete the Travis build config validation (beta)
# * https://docs.travis-ci.com/user/build-config-validation
# Deprecated `skip_cleanup` can now be avoided, `cleanup: false` is by default
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15'

0 comments on commit 0023587

Please sign in to comment.