From db4bf5573e36d5f15e3bc7a982d508c75c53e8af Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 7 Dec 2019 10:05:22 +0100 Subject: [PATCH] Travis: Ignore endroid/qr-code in a try to make PHP 7.4 tests working Travis' PHP 7.4 build does not have php-gd available yet. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fe4a5112a..75a8d6fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ cache: install: - if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi - cp composer.json-dist composer.json + - composer remove endroid/qr-code --no-update - composer install --prefer-dist script: