From e61ed383aa3958ceadb9d19720e13a497a450bc3 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Wed, 4 Apr 2012 11:02:30 -0700 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b30652c8a..c69515b44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: