Fix mariadb

This commit is contained in:
Laurent Destailleur 2018-09-02 15:25:27 +02:00
parent bd3647a9d7
commit e0b272941f

View File

@ -64,13 +64,13 @@ matrix:
# We exclude some combinations not usefull to save Travis CPU # We exclude some combinations not usefull to save Travis CPU
exclude: exclude:
- php: '5.4' - php: '5.4'
env: DB=mysql env: DB=mariadb
- php: '5.5' - php: '5.5'
env: DB=mysql env: DB=mariadb
- php: '5.6' - php: '5.6'
env: DB=mysql env: DB=mariadb
- php: '7.0' - php: '7.0'
env: DB=mysql env: DB=mariadb
- php: '5.4' - php: '5.4'
env: DB=postgresql env: DB=postgresql
- php: '5.5' - php: '5.5'