diff --git a/.travis.yml b/.travis.yml
index 68cd2439a422f59c11c133a9844b3b5b085c7706..f96b812a22487be572f815f8df5c69a177060d56 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"