瀏覽代碼

ci(travis): opt-in to `dpl v2` to complete build config validation [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/100
tags/v1.2.3
Imran Iqbal 5 年之前
父節點
當前提交
0bb68c5b17
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml 查看文件

@@ -111,8 +111,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'

Loading…
取消
儲存