fix tests (quater)

This commit is contained in:
Nicolas Grekas 2021-06-07 17:35:37 +02:00
parent a1f376b276
commit e705a66a7f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ before_install:
# php.ini configuration
(
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
phpenv global $PHP 2>/dev/null || (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
(cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
done
wait
)