Excluded Postgres from Travis (breaks build due to internal errors)

We'll need to fix the "no space left on device" issue,
most likely caused by Postgres keeping too much of a query log,
or somehow creating a history of past data.
For now, having a Postgres build breaking the whole
build process (incl. MySQL builds) does more harm than good.
This commit is contained in:
Ingo Schommer 2013-01-30 13:07:38 +01:00
parent b25063b09c
commit 74a44933b2

View File

@ -5,7 +5,6 @@ php:
env:
- TESTDB=MYSQL
- TESTDB=PGSQL
matrix:
exclude: