aboutsummaryrefslogtreecommitdiffstats
path: root/travis/check-sami-parse-errors.sh
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-02-04 21:14:01 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-02-04 21:14:01 +0100
commite4064ca839a6053bdb3f01fd4215f5e4d088a2f5 (patch)
tree93d9aa03493fc667f26bce8cf5a2c4e488ba8b7d /travis/check-sami-parse-errors.sh
parent3267c6a61ad88bf96d6f0159dcb565ded4704e82 (diff)
parente323c7c23aabcd9914d2a2572e43430e00ced421 (diff)
downloadforums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.gz
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.bz2
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.xz
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.zip
Merge pull request #3207 from Nicofuma/ticket/13407
[ticket/13407] Update Symfony to 2.7.*@dev * Nicofuma/ticket/13407: [ticket/13407] Update composer.lock file [ticket/13407] Bump minimal version to php 5.3.9 [ticket/13407] Introduce a request_stack service [ticket/13407] Remove the last occurence of pattern in routing files [ticket/13407] Update Symfony to 2.7.*@dev
Diffstat (limited to 'travis/check-sami-parse-errors.sh')
-rwxr-xr-xtravis/check-sami-parse-errors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-sami-parse-errors.sh b/travis/check-sami-parse-errors.sh
index c3338e34db..84976a7666 100755
--- a/travis/check-sami-parse-errors.sh
+++ b/travis/check-sami-parse-errors.sh
@@ -13,7 +13,7 @@ set -e
DB=$1
TRAVIS_PHP_VERSION=$2
-if [ "$TRAVIS_PHP_VERSION" == "5.3.3" -a "$DB" == "mysqli" ]
+if [ "$TRAVIS_PHP_VERSION" == "5.3" -a "$DB" == "mysqli" ]
then
# Workarounds for
# https://github.com/fabpot/Sami/issues/116