Enable TravisCI for Postgres.

This commit is contained in:
jgen 2014-02-22 15:51:17 -05:00
parent 7eb2bd9112
commit affb44c153

View File

@ -8,7 +8,7 @@ php:
# optionally specify a list of environments, for example to test different RDBMS
env:
- DB=mysql
# - DB=pgsql
- DB=pgsql
before_install:
- sudo apt-get update > /dev/null