瀏覽代碼

perf(travis): improve `salt-lint` invocation [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/90
tags/v1.2.3
Imran Iqbal 5 年之前
父節點
當前提交
56d73148b3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 查看文件

@@ -37,7 +37,7 @@ jobs:
# Install and run `salt-lint`
- pip install --user salt-lint
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
| xargs -I {} salt-lint {}
| xargs salt-lint
# Install and run `yamllint`
# Need at least `v1.17.0` for the `yaml-files` setting
- pip install --user yamllint>=1.17.0

Loading…
取消
儲存