mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge pull request #4883 from VSEphpbb/ticket/15295
[ticket/15295] Restore tests on mysql and myisam
This commit is contained in:
commit
d4bb31d240
2 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue