From ce2fd67a19acc7e7a9472ab3675a88cac2e143ba Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Tue, 10 Apr 2012 11:52:08 -0700 Subject: [PATCH] Revert "re add postgres to the mix" This reverts commit ecf77b6ab433a258c2fb0bc5e87cd339f74d427f. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b30652c8a6..c69515b444 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: -- GitLab