From 58fc4eee95843a19eff770839d021c91a6986a30 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 17 Jul 2018 11:35:16 +0200 Subject: [PATCH] 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). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11a1a6e..2de5d49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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