From ecf77b6ab433a258c2fb0bc5e87cd339f74d427f Mon Sep 17 00:00:00 2001
From: Maxwell Salzberg <maxwell@joindiaspora.com>
Date: Tue, 10 Apr 2012 11:35:30 -0700
Subject: [PATCH] re add postgres to the mix

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c69515b444..b30652c8a6 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