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:
@@ -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
|
||||
|
Reference in New Issue
Block a user