Enable pgsql test
This commit is contained in:
parent
3c73b426d7
commit
41d82b0ffa
17
.travis.yml
17
.travis.yml
@ -8,12 +8,12 @@ language: php
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- '5.3'
|
- '5.3'
|
||||||
#- '5.4'
|
- '5.4'
|
||||||
#- '5.5'
|
- '5.5'
|
||||||
#- '5.6'
|
- '5.6'
|
||||||
#- '7.0'
|
- '7.0'
|
||||||
#- '7.1'
|
- '7.1'
|
||||||
#- nightly
|
- nightly
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
mariadb: '10.0'
|
mariadb: '10.0'
|
||||||
@ -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
|
||||||
@ -58,8 +58,7 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
- php: nightly
|
- php: nightly
|
||||||
# FIXME
|
- env: DB=postgresql
|
||||||
#- env: DB=postgresql
|
|
||||||
# TODO
|
# TODO
|
||||||
#- env: DB=sqlite
|
#- env: DB=sqlite
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user