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:01:09 +01:00
parent c9f728fefb
commit 3dab996c90
1 changed files with 0 additions and 1 deletions

View File

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