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 2b75a75 commit 9c8609dCopy full SHA for 9c8609d
.travis.yml
@@ -36,7 +36,7 @@ install:
36
37
script:
38
- find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
39
- - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
+ - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
40
- gpg --verify ./bin/install.sh.sig
41
- shellcheck ./bin/install.sh
42
- composer validate
0 commit comments