mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/14684] Add and use $NOTESTS for ext-sniff.sh
PHPBB3-14684
This commit is contained in:
parent
09c602425c
commit
19da62f873
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue