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"