diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-26 18:49:29 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-26 18:49:29 +0200 |
commit | c0dc0fc09bb825c40c4410275ae1e09ba7ad0107 (patch) | |
tree | 9cda9b953d7a93ace55cab64facb389e6a5ade11 /travis/phing-sniff.sh | |
parent | Merge pull request #2487 from n-aleha/ticket/12583 (diff) | |
download | phpbb-c0dc0fc09bb825c40c4410275ae1e09ba7ad0107.tar.gz phpbb-c0dc0fc09bb825c40c4410275ae1e09ba7ad0107.tar.bz2 phpbb-c0dc0fc09bb825c40c4410275ae1e09ba7ad0107.zip |
[ticket/12592] Rename mysql environment to mysqli.
PHPBB3-12592
Diffstat (limited to 'travis/phing-sniff.sh')
-rwxr-xr-x | travis/phing-sniff.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |