From c0b63f19c87bf7678aac636696d1ebb5b0d8d29f Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 20 Nov 2019 19:58:58 +0100 Subject: [PATCH] Remove stray phpdoc ref, see #1898 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 275674be..79172bb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ before_install: install: - REMOVE_PACKAGE="friendsofphp/php-cs-fixer"; if [ "$CS_CHECK" = 1 ]; then REMOVE_PACKAGE="phpunit/phpunit"; fi; composer remove --no-update --no-scripts --dev $REMOVE_PACKAGE - - composer remove --no-update --no-scripts --dev phpdocumentor/phpdocumentor - composer install - if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi