From 3f92fd4c4013c62d87766fe5965717986b559f19 Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 11 Dec 2011 05:07:35 +0100 Subject: [PATCH] reenable cucumber on travis aka break it again (?) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 68cd2439a..f96b812a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ rvm: env: - DB=postgres BUILD_TYPE=other - DB=mysql BUILD_TYPE=other + - DB=postgres BUILD_TYPE=cucumber + - DB=mysql BUILD_TYPE=cucumber before_install: gem install bundler --pre bundler_args: "--without development production"