1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16538] Move script execution to setip-phpbb.sh

PHPBB3-16538
This commit is contained in:
rxu
2020-06-26 17:24:18 +07:00
parent 55d9154b01
commit 3bbe0f1d4e
3 changed files with 7 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ set -x
DB=$1
TRAVIS_PHP_VERSION=$2
NOTESTS=$3
MYSQL8=$4
if [ "$NOTESTS" == '1' ]
then
@@ -26,6 +27,11 @@ then
travis/setup-mariadb.sh
fi
if [ "$MYSQL8" == '1' ]
then
travis/setup-mysql8.sh
fi
if [ "$NOTESTS" != '1' ]
then
travis/setup-php-extensions.sh