Skip to content

Commit

Permalink
perf(travis): improve salt-lint invocation [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#90
  • Loading branch information
myii committed Nov 2, 2019
1 parent 01ece3d commit 18fa798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -34,7 +34,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
Expand Down

0 comments on commit 18fa798

Please sign in to comment.