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 4e045f2 commit 50a18a2Copy full SHA for 50a18a2
1 file changed
.travis.yml
@@ -54,6 +54,9 @@ before_install:
54
55
56
script:
57
+ # Lint PHP files against parse errors.
58
+ - composer lint
59
+
60
# Validate the composer.json file on low/high PHP versions.
61
# @link https://getcomposer.org/doc/03-cli.md#validate
62
- composer validate --no-check-all --strict
0 commit comments