This commit is contained in:
Laurent Destailleur 2017-06-19 17:38:52 +02:00
parent ec890ff816
commit 0071632a06

View File

@ -16,7 +16,7 @@ php:
#- nightly #- nightly
addons: addons:
#mariadb: '10.0' mariadb: '10.0'
postgresql: '9.3' postgresql: '9.3'
apt: apt:
sources: sources:
@ -44,7 +44,7 @@ env:
matrix: matrix:
# MariaDB overrides MySQL installation so it's not possible to test both yet # MariaDB overrides MySQL installation so it's not possible to test both yet
#- DB=mysql #- DB=mysql
- DB=mariadb #- DB=mariadb
- DB=postgresql - DB=postgresql
# TODO # TODO
#- DB=sqlite #- DB=sqlite