mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
b25063b09c
commit
74a44933b2
@ -5,7 +5,6 @@ php:
|
||||
|
||||
env:
|
||||
- TESTDB=MYSQL
|
||||
- TESTDB=PGSQL
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
Loading…
Reference in New Issue
Block a user