mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -14,8 +14,9 @@ set -x
|
|||||||
DB=$1
|
DB=$1
|
||||||
TRAVIS_PHP_VERSION=$2
|
TRAVIS_PHP_VERSION=$2
|
||||||
EXTNAME=$3
|
EXTNAME=$3
|
||||||
|
NOTESTS=$4
|
||||||
|
|
||||||
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
|
if [ "$NOTESTS" == "1" ]
|
||||||
then
|
then
|
||||||
phpBB/vendor/bin/phpcs \
|
phpBB/vendor/bin/phpcs \
|
||||||
-s \
|
-s \
|
||||||
|
Reference in New Issue
Block a user