From 3ab03b356ef50c866f46aceaa1dca8d6d0d9727a Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 13 Dec 2020 17:42:22 +0000 Subject: [PATCH] wip travis --- tests/ci/setup/setup_php_travis.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0