Skip to content

Commit e586fbe

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

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

0 commit comments

Comments
 (0)