1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +02:00

[ticket/15295] Restore tests on mysql and myisam

PHPBB3-15295
This commit is contained in:
Matt Friedman
2017-07-26 12:24:57 -07:00
committed by Marc Alexander
parent deb556fbf0
commit e36da01264
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,9 @@ matrix:
- php: 5.6
env: DB=mysqli;SLOWTESTS=1
- php: 5.6
env: DB=mysqli
env: DB=mysqli # MyISAM
- php: 5.6
env: DB=mysql
- php: 7.0
env: DB=mysqli
- php: 7.1

View File

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