[ticket/331] Change call to run-epv.sh

This commit is contained in:
Marc Alexander
2014-08-17 14:50:53 +02:00
parent 3e0ff080bb
commit 49707925b6
2 changed files with 3 additions and 4 deletions

View File

@@ -11,9 +11,8 @@ set -x
DB=$1
TRAVIS_PHP_VERSION=$2
EXTNAME=$3
EPV=$4
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" -a "$EPV" == "1" ]
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
then
phpBB/ext/$EXTNAME/vendor/bin/EPV.php run --dir='phpBB/ext/$EXTNAME/'
phpBB/ext/$EXTNAME/vendor/bin/EPV.php run --dir="phpBB/ext/$EXTNAME/"
fi