Try bundler 1.1.rc on travis-ci.org to shorten dependencies installation time

This commit is contained in:
Michael Klishin 2011-11-29 22:19:59 +04:00
parent ee618714df
commit c1ac4207c9

View file

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