Skip to content

Commit ccaf4e5

Browse files
committed
perf(travis): improve salt-lint invocation [skip ci]
* Automated using myii/ssf-formula#90
1 parent f3ec66d commit ccaf4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Install and run `salt-lint`
3535
- pip install --user salt-lint
3636
- git ls-files | grep '\.sls$\|\.jinja$\|\.j2$\|\.tmpl$\|\.tst$'
37-
| xargs -I {} salt-lint {}
37+
| xargs salt-lint
3838
# Install and run `yamllint`
3939
# Need at least `v1.17.0` for the `yaml-files` setting
4040
- pip install --user yamllint>=1.17.0

0 commit comments

Comments
 (0)