Skip to content

Commit

Permalink
Travis: don't validate composer.json of dependencies
Browse files Browse the repository at this point in the history
That's their own responsibility (and would fail our build as PHPCompatibility needs to update the license).
  • Loading branch information
jrfnl committed Jul 17, 2018
1 parent ea2b305 commit 58fc4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ before_install:
script:
# Validate the composer.json file.
# @link https://getcomposer.org/doc/03-cli.md#validate
- composer validate --no-check-all --with-dependencies --strict
- composer validate --no-check-all --strict

0 comments on commit 58fc4ee

Please sign in to comment.