From c0dc0fc09bb825c40c4410275ae1e09ba7ad0107 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 26 May 2014 18:49:29 +0200 Subject: [ticket/12592] Rename mysql environment to mysqli. PHPBB3-12592 --- travis/phing-sniff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis/phing-sniff.sh') diff --git a/travis/phing-sniff.sh b/travis/phing-sniff.sh index 1473b99da4..04118af69a 100755 --- a/travis/phing-sniff.sh +++ b/travis/phing-sniff.sh @@ -9,7 +9,7 @@ set -x DB=$1 TRAVIS_PHP_VERSION=$2 -if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysql" ] +if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ] then cd build ../phpBB/vendor/bin/phing sniff -- cgit v1.2.1