Oh yeah, change travis config too. :p

This commit is contained in:
Sarah Mei 2011-11-04 21:36:17 -07:00
parent 29f5ce1577
commit c65bf16c8e

View file

@ -8,8 +8,10 @@ rvm:
- 1.9.2 - 1.9.2
env: env:
- DB=postgres - DB=postgres BUILD_TYPE=cucumber
- DB=mysql - DB=postgres BUILD_TYPE=other
- DB=mysql BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=other
bundler_args: "--without development production" bundler_args: "--without development production"