From c65bf16c8e45882b4d3a2905cae35dbedb441263 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Fri, 4 Nov 2011 21:36:17 -0700 Subject: [PATCH] Oh yeah, change travis config too. :p --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0b826c315..c7d3ee080 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,10 @@ rvm: - 1.9.2 env: - - DB=postgres - - DB=mysql + - DB=postgres BUILD_TYPE=cucumber + - DB=postgres BUILD_TYPE=other + - DB=mysql BUILD_TYPE=cucumber + - DB=mysql BUILD_TYPE=other bundler_args: "--without development production"