diff options
Diffstat (limited to 'travis/check-sami-parse-errors.sh')
| -rwxr-xr-x | travis/check-sami-parse-errors.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/travis/check-sami-parse-errors.sh b/travis/check-sami-parse-errors.sh index c3338e34db..4cc2cee525 100755 --- a/travis/check-sami-parse-errors.sh +++ b/travis/check-sami-parse-errors.sh @@ -12,8 +12,9 @@ set -e  DB=$1  TRAVIS_PHP_VERSION=$2 +NOTESTS=$3 -if [ "$TRAVIS_PHP_VERSION" == "5.3.3" -a "$DB" == "mysqli" ] +if [ "$NOTESTS" == '1' ]  then  	# Workarounds for  	# https://github.com/fabpot/Sami/issues/116 | 
