disable postgres for now; there is a problem with travis' postgres, and they are planning to upgrade to postgres9 tomorrow, so we can re-enable it ASAP after that gets sorted

This commit is contained in:
Maxwell Salzberg 2012-04-04 11:02:30 -07:00
parent f36e081a04
commit e61ed383aa

View file

@ -9,9 +9,9 @@ rvm:
- 1.9.2
env:
- DB=postgres BUILD_TYPE=other
# - DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=other
- DB=postgres BUILD_TYPE=cucumber
# - DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
before_install: