Skip to content

Commit 6c0db09

Browse files
committed
Travis: do not validate the composer.json of dependencies
This should be done in their own Travis script.
1 parent b17a14d commit 6c0db09

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
@@ -44,4 +44,4 @@ script:
4444
4545
# Validate the composer.json file.
4646
# @link https://getcomposer.org/doc/03-cli.md#validate
47-
- composer validate --no-check-all --with-dependencies --strict
47+
- composer validate --no-check-all --strict

0 commit comments

Comments
 (0)