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 5bf2807 commit 9b4a50bCopy full SHA for 9b4a50b
.travis.yml
@@ -28,6 +28,8 @@ install:
28
- composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
29
30
script:
31
+ - composer validate
32
+ - composer normalize --dry-run
33
- $TEST_COMMAND
34
35
after_success:
0 commit comments