Skip to content

Commit 58fc4ee

Browse files
committed
Travis: don't validate composer.json of dependencies
That's their own responsibility (and would fail our build as PHPCompatibility needs to update the license).
1 parent ea2b305 commit 58fc4ee

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
@@ -27,4 +27,4 @@ before_install:
2727
script:
2828
# Validate the composer.json file.
2929
# @link https://getcomposer.org/doc/03-cli.md#validate
30-
- composer validate --no-check-all --with-dependencies --strict
30+
- composer validate --no-check-all --strict

0 commit comments

Comments
 (0)