--progress=plain doesn't work on Travis

This commit is contained in:
Greyscale 2019-08-15 14:17:50 +02:00
parent e79b0777a5
commit 42112b51e9

View file

@ -1,4 +1,4 @@
CMD_BUILD=DOCKER_BUILDKIT=1 docker build --progress=plain
CMD_BUILD=DOCKER_BUILDKIT=1 docker build
PHP_PACKAGES_56=mysql-client \
php-apcu \
php-xdebug \