From: gggeek Date: Sun, 13 Dec 2020 17:42:22 +0000 (+0000) Subject: wip travis X-Git-Tag: plcapi-7.1-0~3^2~130 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3ab03b356ef50c866f46aceaa1dca8d6d0d9727a;hp=3f97fb6989b873a2c85b8dac58a567ee9ab4000e;p=plcapi.git wip travis --- diff --git a/tests/ci/setup/setup_php_travis.sh b/tests/ci/setup/setup_php_travis.sh index 3507b17..1d51431 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