1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 19:51:39 +02:00

[ticket/16659] Limit tests to mysql for now

PHPBB3-16659
This commit is contained in:
Marc Alexander
2020-11-22 17:21:08 +01:00
parent cbf98a2d7d
commit ba75aa9d0c
4 changed files with 35 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ set -e
set -x
sudo apt-get update
sudo apt-get install -y nginx realpath
sudo apt-get install -y nginx coreutils
sudo service nginx stop
@@ -25,13 +25,13 @@ APP_SOCK=$(realpath "$DIR")/php-app.sock
NGINX_PHP_CONF="$DIR/nginx-php.conf"
# php-fpm
PHP_FPM_BIN="$HOME/.phpenv/versions/$TRAVIS_PHP_VERSION/sbin/php-fpm"
PHP_FPM_BIN="/usr/sbin/php-fpm$CI_PHP_VERSION"
PHP_FPM_CONF="$DIR/php-fpm.conf"
echo "
[global]
[travis]
[ci]
user = $USER
group = $USER
listen = $APP_SOCK