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/check-executable-files.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/check-executable-files.sh')
-rwxr-xr-xtravis/check-executable-files.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/travis/check-executable-files.sh b/travis/check-executable-files.sh
index e1a1625d18..4ec037e6ce 100755
--- a/travis/check-executable-files.sh
+++ b/travis/check-executable-files.sh
@@ -12,10 +12,11 @@ set -e
DB=$1
TRAVIS_PHP_VERSION=$2
-root="$3"
+NOTESTS=$3
+root="$4"
path="${root}phpBB/"
-if [ "$TRAVIS_PHP_VERSION" == "5.3" -a "$DB" == "mysqli" ]
+if [ "$NOTESTS" == '1' ]
then
# Check the permissions of the files