Skip to content

Commit f226128

Browse files
committed
Changed TravisCI: Added json & yaml linting to build
1 parent d463d83 commit f226128

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
@@ -35,7 +35,7 @@ install:
3535

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

0 commit comments

Comments
 (0)