Skip to content

Commit 9c8609d

Browse files
committed
TravisCI: YAMLLint feedback
1 parent 2b75a75 commit 9c8609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636

3737
script:
3838
- find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
39-
- find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
39+
- find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
4040
- gpg --verify ./bin/install.sh.sig
4141
- shellcheck ./bin/install.sh
4242
- composer validate

0 commit comments

Comments
 (0)