reenable cucumber on travis aka break it again (?)

This commit is contained in:
Jonne Hass 2011-12-11 05:07:35 +01:00
parent d6f98d12e1
commit 3f92fd4c40

View file

@ -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"