We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d463d83 commit f226128Copy full SHA for f226128
.travis.yml
@@ -35,7 +35,7 @@ install:
35
36
script:
37
- find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
38
- - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -c -q
+ - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint
39
- gpg --verify ./bin/install.sh.sig
40
- shellcheck ./bin/install.sh
41
- composer validate
0 commit comments