From 74a44933b2e85cc787c3abfca93502648f945b3a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 30 Jan 2013 13:07:38 +0100 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bba86bf..5a2c56c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ php: env: - TESTDB=MYSQL - - TESTDB=PGSQL matrix: exclude: