aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-09-28 17:40:24 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-04 16:19:48 +0200
commitf3dc2a801d7e077e5e10a143b8d450b0b4a3aa11 (patch)
treedf362ae768224100e004c6a0f40ee21f7c7cf68f /travis/phing-sniff.sh
parentMerge pull request #3919 from hanakin/ticket/12554 (diff)
downloadphpbb-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar.gz
phpbb-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.tar.bz2
phpbb-f3dc2a801d7e077e5e10a143b8d450b0b4a3aa11.zip
[ticket/14205] Bump PHP requirement to PHP 5.4
PHPBB3-14205
Diffstat (limited to 'travis/phing-sniff.sh')
-rwxr-xr-xtravis/phing-sniff.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/phing-sniff.sh b/travis/phing-sniff.sh
index 660d1764c2..3f43b64130 100755
--- a/travis/phing-sniff.sh
+++ b/travis/phing-sniff.sh
@@ -13,8 +13,9 @@ set -x
DB=$1
TRAVIS_PHP_VERSION=$2
+NOTESTS=$3
-if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
+if [ "$NOTESTS" == '1' ]
then
cd build
../phpBB/vendor/bin/phing sniff