[ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed)

PHPBB3-14761
This commit is contained in:
Matt Friedman 2016-09-01 20:35:35 -07:00 committed by Marc Alexander
parent 77315a014c
commit fe64174ca8
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -26,7 +26,7 @@ then
psql -c 'create database phpbb_tests;' -U postgres
fi
if [ "$TRAVIS_PHP_VERSION" == "5.4" -a "$DB" == "mysqli" ]
if [ "$TRAVIS_PHP_VERSION" == "5.5" -a "$DB" == "mysqli" ]
then
mysql -e 'SET GLOBAL storage_engine=MyISAM;'
fi