[travis] fix CI (bis)

This commit is contained in:
Nicolas Grekas 2020-04-11 22:32:17 +02:00
parent 3e441d3dbe
commit 8302eedd26
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ install:
export PHP=$1
if [[ !$deps && $PHP = 7.2 ]]; then
phpenv global $PHP
tfold src/Symfony/Component/HttpClient.h2push "$COMPOSER_UP symfony/contracts && ./phpunit install && docker run -it --rm -v $(pwd):/app -v $(phpenv which composer):/usr/local/bin/composer -v /usr/local/bin/vulcain:/usr/local/bin/vulcain -w /app php:7.3-alpine ./phpunit src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php --filter testHttp2Push"
fi