From: gggeek Date: Sun, 13 Dec 2020 17:42:22 +0000 (+0000) Subject: wip travis X-Git-Tag: 4.4.3~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3ab03b356ef50c866f46aceaa1dca8d6d0d9727a;p=plcapi.git wip travis --- diff --git a/tests/ci/setup/setup_php_travis.sh b/tests/ci/setup/setup_php_travis.sh index 3507b179..1d514313 100755 --- a/tests/ci/setup/setup_php_travis.sh +++ b/tests/ci/setup/setup_php_travis.sh @@ -25,6 +25,8 @@ configure_php_ini ~/.phpenv/versions/${PHPVER}/etc/php.ini # configure php-fpm cp ~/.phpenv/versions/${PHPVER}/etc/php-fpm.conf.default ~/.phpenv/versions/${PHPVER}/etc/php-fpm.conf +cat ~/.phpenv/versions/${PHPVER}/etc/php-fpm.conf + # work around travis issue #3385 if [ -d ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d ]; then if [ "$TRAVIS_PHP_VERSION" = "7.0" -a -n "$(ls -A ~/.phpenv/versions/${PHPVER}/etc/php-fpm.d)" ]; then