Skip to content

Commit e2b0ab8

Browse files
committed
Make testing more efficient
1 parent d7a44c3 commit e2b0ab8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apt-get install git -yqq
1111
apt-get install wget -yqq
1212

1313
pecl install xdebug && docker-php-ext-enable xdebug
14+
docker-php-ext-install zip && docker-php-ext-enable zip
1415

1516
# Install phpunit, the tool that we will use for testing
1617
curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar

0 commit comments

Comments
 (0)