From 3c825116909fbf68089f91a5afdefe3b3ba8e385 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Tue, 29 Nov 2011 21:55:06 -0800 Subject: [PATCH] Turning off cucumber on travis until we can at least get the specs to run --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 519bf4a5e..9389c7bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ rvm: - 1.9.2 env: - - DB=postgres BUILD_TYPE=cucumber - DB=postgres BUILD_TYPE=other - - DB=mysql BUILD_TYPE=cucumber - DB=mysql BUILD_TYPE=other before_install: gem install bundler --pre