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.
pull/7135/head
Aleksander Machniak 5 years ago
parent a5b15da155
commit db4bf5573e

@ -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:

Loading…
Cancel
Save