bundle without heroku on travis

This commit is contained in:
Jonne Haß 2012-01-06 02:53:51 +01:00
parent fa55200e9c
commit 5ee2a17d16

View file

@ -14,7 +14,7 @@ env:
- DB=mysql BUILD_TYPE=cucumber
before_install: gem install bundler --pre
bundler_args: "--without development production"
bundler_args: "--without development production heroku"
before_script: "./config/ci/before-travis.sh"
script: "bundle exec rake travis"